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