aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-11 01:39:00 +0800
committertrevor <trevor@FreeBSD.org>2003-11-11 01:39:00 +0800
commit12a3e96cd43de6252fdbe0f57ed5d8e6bfdf6bcf (patch)
tree708073fff8a966ead0bcafe6323477902d513c25 /audio
parentff7609bfb72a3e1bd6e4cd6320008e7779146d6a (diff)
downloadfreebsd-ports-gnome-12a3e96cd43de6252fdbe0f57ed5d8e6bfdf6bcf.tar.gz
freebsd-ports-gnome-12a3e96cd43de6252fdbe0f57ed5d8e6bfdf6bcf.tar.zst
freebsd-ports-gnome-12a3e96cd43de6252fdbe0f57ed5d8e6bfdf6bcf.zip
Fix batch build.
noticed by: kris
Diffstat (limited to 'audio')
-rw-r--r--audio/mbrolavox/Makefile2
-rw-r--r--audio/mbrolavox/scripts/configure4
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