1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix fmtutil keyword with pkg_install

PR:		ports/192124
Submitted by:	John Hein
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-08-05 16:58:58 +00:00
parent fa3af87e08
commit 22f328d041
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364121

View File

@ -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