diff options
author | mat <mat@FreeBSD.org> | 2014-10-02 20:39:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-02 20:39:57 +0800 |
commit | c25872e034b665b668a85393a1a267322c42a347 (patch) | |
tree | 6a11da375865920d766e43fc4f4017d30ce687e2 /Keywords/fontsdir.ucl | |
parent | cf591e84679e528b49f7c8f9e35d5ab23cc0986b (diff) | |
download | freebsd-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/fontsdir.ucl')
-rw-r--r-- | Keywords/fontsdir.ucl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |