1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Print out maintainer.

This commit is contained in:
Satoshi Asami 1999-01-22 09:57:16 +00:00
parent a94fca4984
commit 15f7d52568
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16256

View File

@ -12,6 +12,8 @@ if [ "$(echo $(/bin/ls | wc -c))" != 0 ]; then
fi
cd $dir || exit 1
echo -n "maintained by: "
make maintainer
if make package; then
echo "0" > /tmp/status
else