1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix batch build.

noticed by:	kris
This commit is contained in:
Trevor Johnson 2003-11-10 17:39:00 +00:00
parent b4d6ac8019
commit 2f2039b4d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93671
2 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,7 @@ pre-everything::
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
.endif
.endif
DISTFILES?= us1.zip
DISTFILES?= us1-980512.zip
.if exists(${WRKDIRPREFIX}${.CURDIR}/work/voices.conf)
DISTFILES!=${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/voices.conf

View File

@ -92,9 +92,11 @@ case $retval in
esac
echo $choice | tr ' ' '\012' | tr -d \" > ${WRKDIR}/voices.conf
fi
cut -c1-3 < ${WRKDIR}/voices.conf > ${WRKDIR}/fetchdirs.conf
echo "* Your choices are saved. You must run the \"make\" command again to"
echo "* complete the build. Ignore the \"Error code 1\" below."
exit 1
else
exit 0
fi