svn commit: r369819 - head/Keywords
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 2 12:39:59 UTC 2014
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 at 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 at 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 at FreeBSD.org
-actions: [dirrmtry]
+actions: [dir]
post-install: <<EOD
mkfontscale %D/%@ 2>/dev/null || true
mkfontdir %D/%@ 2>/dev/null || true
More information about the svn-ports-head
mailing list