mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Accomodate change in the output of "make package-depends" that came
with ports/Mk/bsd.ports.mk rev. 1.424. (It now prints the origin after the package name.)
This commit is contained in:
parent
89fdc4e117
commit
76fdc7ad9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103950
@ -46,7 +46,7 @@ extract-names()
|
||||
( cd $portsdir/$i && PORTSDIR=$portsdir make package-name package-depends ) >> ${TMPNAME};
|
||||
done
|
||||
if [ -s "${TMPNAME}" ]; then
|
||||
sort -u ${TMPNAME}
|
||||
sed -e 's/:.*$//' < ${TMPNAME} | sort -u
|
||||
fi
|
||||
rm -f ${TMPNAME}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user