aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-05 16:58:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-05 16:58:58 +0000
commit22f328d0417f7828ef49c18a1790dd3f61f58b33 (patch)
treedc23e77d57b83a15a13f0334ffdb756cf5c76df8 /Keywords
parentfa3af87e08b7705345aff544ad9d6f1c6c94b761 (diff)
downloadports-22f328d0417f7828ef49c18a1790dd3f61f58b33.tar.gz
ports-22f328d0417f7828ef49c18a1790dd3f61f58b33.zip
Fix fmtutil keyword with pkg_install
PR: ports/192124 Submitted by: John Hein With hat: portmgr
Notes
Notes: svn path=/head/; revision=364121
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/pkg_install.awk1
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