svn commit: r364121 - head/Keywords
Antoine Brodin
antoine at FreeBSD.org
Tue Aug 5 16:58:59 UTC 2014
Author: antoine
Date: Tue Aug 5 16:58:58 2014
New Revision: 364121
URL: http://svnweb.freebsd.org/changeset/ports/364121
QAT: https://qat.redports.org/buildarchive/r364121/
Log:
Fix fmtutil keyword with pkg_install
PR: ports/192124
Submitted by: John Hein
With hat: portmgr
Modified:
head/Keywords/pkg_install.awk
Modified: head/Keywords/pkg_install.awk
==============================================================================
--- head/Keywords/pkg_install.awk Tue Aug 5 16:55:03 2014 (r364120)
+++ head/Keywords/pkg_install.awk Tue Aug 5 16:58:58 2014 (r364121)
@@ -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
More information about the svn-ports-all
mailing list