aboutsummaryrefslogtreecommitdiffstats
path: root/Keywords
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-10-02 20:39:57 +0800
committermat <mat@FreeBSD.org>2014-10-02 20:39:57 +0800
commitc25872e034b665b668a85393a1a267322c42a347 (patch)
tree6a11da375865920d766e43fc4f4017d30ce687e2 /Keywords
parentcf591e84679e528b49f7c8f9e35d5ab23cc0986b (diff)
downloadfreebsd-ports-gnome-c25872e034b665b668a85393a1a267322c42a347.tar.gz
freebsd-ports-gnome-c25872e034b665b668a85393a1a267322c42a347.tar.zst
freebsd-ports-gnome-c25872e034b665b668a85393a1a267322c42a347.zip
Replace the dirrmtry action with dir.
With hat: portmgr Sponsored by: Absolight
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