Set portsdir

This commit is contained in:
Kris Moore
2016-02-23 13:56:02 -05:00
parent 90a9e3f5bd
commit 03650dd925

View File

@@ -134,7 +134,7 @@ do
# Create the makesums / distinfo file
cd "${portsdir}/$tdir"
make makesum
make makesum PORTSDIR=${portsdir}
if [ $? -ne 0 ] ; then
echo "Failed makesum"
exit 1