Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 12:39:58 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369819 - head/Keywords
Message-ID:  <201410021239.s92Cdw8Y057533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Oct  2 12:39:57 2014
New Revision: 369819
URL: https://svnweb.freebsd.org/changeset/ports/369819
QAT: https://qat.redports.org/buildarchive/r369819/

Log:
  Replace the dirrmtry action with dir.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/Keywords/fc.ucl
  head/Keywords/fcfontsdir.ucl
  head/Keywords/fontsdir.ucl

Modified: head/Keywords/fc.ucl
==============================================================================
--- head/Keywords/fc.ucl	Thu Oct  2 12:28:02 2014	(r369818)
+++ head/Keywords/fc.ucl	Thu Oct  2 12:39:57 2014	(r369819)
@@ -2,7 +2,7 @@
 #
 # MAINTAINER: x11@FreeBSD.org
 
-actions: [dirrmtry]
+actions: [dir]
 post-install: <<EOD
   fc-cache -s %D/%@ 2>/dev/null || true
 EOD

Modified: head/Keywords/fcfontsdir.ucl
==============================================================================
--- head/Keywords/fcfontsdir.ucl	Thu Oct  2 12:28:02 2014	(r369818)
+++ head/Keywords/fcfontsdir.ucl	Thu Oct  2 12:39:57 2014	(r369819)
@@ -2,7 +2,7 @@
 #
 # MAINTAINER: x11@FreeBSD.org
 
-actions: [dirrmtry]
+actions: [dir]
 post-install: <<EOD
   fc-cache -s %D/%@ 2>/dev/null || true
   mkfontscale %D/%@ 2>/dev/null || true

Modified: head/Keywords/fontsdir.ucl
==============================================================================
--- head/Keywords/fontsdir.ucl	Thu Oct  2 12:28:02 2014	(r369818)
+++ head/Keywords/fontsdir.ucl	Thu Oct  2 12:39:57 2014	(r369819)
@@ -2,7 +2,7 @@
 #
 # MAINTAINER: x11@FreeBSD.org
 
-actions: [dirrmtry]
+actions: [dir]
 post-install: <<EOD
   mkfontscale %D/%@ 2>/dev/null || true
   mkfontdir %D/%@ 2>/dev/null || true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021239.s92Cdw8Y057533>