diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-10 17:39:00 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-10 17:39:00 +0000 |
commit | 2f2039b4d4237476f871695407962cd5118aa6f0 (patch) | |
tree | e07826e099988be7cad698137df66fd8130e7afa /audio/mbrolavox | |
parent | b4d6ac8019e750434ae8727daca4323f3a86ccdb (diff) | |
download | ports-2f2039b4d4237476f871695407962cd5118aa6f0.tar.gz ports-2f2039b4d4237476f871695407962cd5118aa6f0.zip |
Fix batch build.
noticed by: kris
Notes
Notes:
svn path=/head/; revision=93671
Diffstat (limited to 'audio/mbrolavox')
-rw-r--r-- | audio/mbrolavox/Makefile | 2 | ||||
-rw-r--r-- | audio/mbrolavox/scripts/configure | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile index 5d8d1a5b6952..1df441197a52 100644 --- a/audio/mbrolavox/Makefile +++ b/audio/mbrolavox/Makefile @@ -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 diff --git a/audio/mbrolavox/scripts/configure b/audio/mbrolavox/scripts/configure index 964a1d8c27e3..1c7ba18a65b0 100644 --- a/audio/mbrolavox/scripts/configure +++ b/audio/mbrolavox/scripts/configure @@ -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 |