1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Do not show orphans anymore with pkgng for .info files

This commit is contained in:
Baptiste Daroussin 2014-01-27 10:35:19 +00:00
parent c831935db5
commit cc445d3636
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341366

View File

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