diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-30 15:31:41 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-30 15:31:41 +0000 |
commit | 45ac9fe831feb9b86a186185ceb804f11aa781a6 (patch) | |
tree | 07ffe62bf351ee7a63e632726d23ebc2921b0392 /audio/festival+OGI/Makefile | |
parent | 39408623e5fcb11a66b5c26fefd73957600beb3f (diff) |
Notes
Diffstat (limited to 'audio/festival+OGI/Makefile')
-rw-r--r-- | audio/festival+OGI/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 450e6de6605c..a05f900b4c44 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -25,10 +25,6 @@ COMMENT= Text-to-speech system with OGI residual LPC synthesizer LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas \ esd.2:${PORTSDIR}/audio/esound -BROKEN= Touches filesystem prior to make install -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - CONFLICTS= festival-* DIST_SUBDIR= festival @@ -54,12 +50,6 @@ USE_GMAKE= yes SPEECHTOOLS= ${WRKSRC}/speech_tools WRKSRC= ${WRKDIR} -pre-everything:: - @${ECHO_CMD} "* WARNING: the source code for this port has not *" - @${ECHO_CMD} "* been properly reviewed by the FreeBSD maintainer. *" - @${ECHO_CMD} "* Waiting ten seconds (control-C cancels build). *" - @sleep 10 - post-extract: @${TAR} -C ${WRKSRC} -xzf \ ${DISTDIR}/${DIST_SUBDIR}/OGIfestpatch-1.4.1.2.tar.gz |