summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 10:35:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 10:35:19 +0000
commitcc445d3636aa0b5c63ce841b71c654795d5751bf (patch)
treec4f5ef95b74bf1285a873d3bab9f44f6ad3f853a /Mk
parent- Stagify, do not set LICENSE_FILE for well-known license (GPLv2) (diff)
Do not show orphans anymore with pkgng for .info files
Notes
Notes: svn path=/head/; revision=341366
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/check-stagedir.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh
index 6fa52bf293d6..820034028d9f 100644
--- a/Mk/Scripts/check-stagedir.sh
+++ b/Mk/Scripts/check-stagedir.sh
@@ -59,6 +59,11 @@ if [ $makeplist = 0 ] ; then
*) echo >&3 "$cwd/$line" ;;
esac
;;
+ @info*)
+ set -- $line
+ shift
+ echo "$cwd/$@"
+ ;;
# order matters here - we must check @cwd first because
# otherwise the @cwd* would also match it first, shadowing the
# @cwd) line.