diff --git a/mkports.sh b/mkports.sh index 81b1970..61ea80f 100755 --- a/mkports.sh +++ b/mkports.sh @@ -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