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