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:
parent
b4d6ac8019
commit
2f2039b4d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93671
@ -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
|
||||
|
4
audio/mbrolavox/scripts/configure
vendored
4
audio/mbrolavox/scripts/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user