aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-02 12:39:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-02 12:39:57 +0000
commit3752f7f4d0c86db2ac591f14c6d8ab698fb81e60 (patch)
tree6a11da375865920d766e43fc4f4017d30ce687e2 /Keywords
parenteef685b8bb1f1c573e92bc31dc6f578883ca59b9 (diff)
downloadports-3752f7f4d0c86db2ac591f14c6d8ab698fb81e60.tar.gz
ports-3752f7f4d0c86db2ac591f14c6d8ab698fb81e60.zip
Replace the dirrmtry action with dir.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=369819
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/fc.ucl2
-rw-r--r--Keywords/fcfontsdir.ucl2
-rw-r--r--Keywords/fontsdir.ucl2
3 files changed, 3 insertions, 3 deletions
diff --git a/Keywords/fc.ucl b/Keywords/fc.ucl
index fbcc0672fca9..15158231c40e 100644
--- a/Keywords/fc.ucl
+++ b/Keywords/fc.ucl
@@ -2,7 +2,7 @@
#
# MAINTAINER: x11@FreeBSD.org
-actions: [dirrmtry]
+actions: [dir]
post-install: <<EOD
fc-cache -s %D/%@ 2>/dev/null || true
EOD
diff --git a/Keywords/fcfontsdir.ucl b/Keywords/fcfontsdir.ucl
index 542465aea714..578c88ae9d7e 100644
--- a/Keywords/fcfontsdir.ucl
+++ b/Keywords/fcfontsdir.ucl
@@ -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
diff --git a/Keywords/fontsdir.ucl b/Keywords/fontsdir.ucl
index d4974074f448..cd40db4af4c8 100644
--- a/Keywords/fontsdir.ucl
+++ b/Keywords/fontsdir.ucl
@@ -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