From 8edbebf5204bc6743f8a94439e36f342397944c3 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 10 Mar 2004 00:45:47 +0000 Subject: Revert to r1.4 until the problems are resolved (my attempt to work around this caused INDEX builds to fail). --- audio/mbrolavox/Makefile | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'audio/mbrolavox') diff --git a/audio/mbrolavox/Makefile b/audio/mbrolavox/Makefile index 8b632ff..c6602e0 100644 --- a/audio/mbrolavox/Makefile +++ b/audio/mbrolavox/Makefile @@ -16,7 +16,6 @@ COMMENT= Voices for MBROLA voice synthesizer .include -BROKEN= does not extract NO_BUILD= yes RESTRICTED= "no commercial nor military use, no sale" USE_ZIP= yes @@ -34,28 +33,22 @@ pre-everything:: ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure .endif .endif - -.if defined(PACKAGE_BUILDING) -.BEGIN: - ${MKDIR} ${WRKDIR} - ${CP} ${FILESDIR}/default-voices.conf ${WRKDIR}/voices.conf - ${CP} ${FILESDIR}/default-fetchdirs.conf ${WRKDIR}/fetchdirs.conf -.endif +DISTFILES?= us1-980512.zip .if exists(${WRKDIRPREFIX}${.CURDIR}/work/voices.conf) DISTFILES!=${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/voices.conf PATCHDIRS!=${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/fetchdirs.conf .endif .for ii in ${PATCHDIRS} -MASTER_SITES+= http://www.festvox.org/mbrola/dba/${ii}/:${ii} \ - http://mambo.ucsc.edu/psl/mbrola/dba/${ii}/:${ii} \ - ftp://ftp.loria.fr/pub/pc/mbrpsola/${ii}/:${ii} \ - ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/${ii}/:${ii} +MASTER_SITES+= http://www.festvox.org/mbrola/dba/${ii}/ \ + http://mambo.ucsc.edu/psl/mbrola/dba/${ii}/ \ + ftp://ftp.loria.fr/pub/pc/mbrpsola/${ii}/ \ + ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/${ii}/ .endfor do-extract: .for ii in ${DISTFILES} - @${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/${ii} -d ${WRKSRC} + @unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${ii} -d ${WRKSRC} .endfor do-patch: -- cgit v1.1