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:
parent
fa3af87e08
commit
22f328d041
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364121
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user