diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-06 00:58:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-06 00:58:58 +0800 |
commit | 572185ee6afe257e4ff9796c184f175a3aec5b37 (patch) | |
tree | dc23e77d57b83a15a13f0334ffdb756cf5c76df8 /Keywords | |
parent | 03b6ee22872ac109637ab93a9fae3db2ce0976d1 (diff) | |
download | freebsd-ports-gnome-572185ee6afe257e4ff9796c184f175a3aec5b37.tar.gz freebsd-ports-gnome-572185ee6afe257e4ff9796c184f175a3aec5b37.tar.zst freebsd-ports-gnome-572185ee6afe257e4ff9796c184f175a3aec5b37.zip |
Fix fmtutil keyword with pkg_install
PR: ports/192124
Submitted by: John Hein
With hat: portmgr
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/pkg_install.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Keywords/pkg_install.awk b/Keywords/pkg_install.awk index 4a949e725ddd..120a7ffefa77 100644 --- a/Keywords/pkg_install.awk +++ b/Keywords/pkg_install.awk @@ -102,6 +102,7 @@ $1 == "@fmtutil" { for (i = 2; i <= NF; i++) print "@unexec rm -f "$i"; rmdir -p `dirname "$1"` 2>/dev/null" print "@comment end " $0 + next } # Print everything else as-is |