svn commit: r325589 - head/audio/festlex-ogi
Bryan Drewery
bdrewery at FreeBSD.org
Thu Aug 29 12:56:55 UTC 2013
Author: bdrewery
Date: Thu Aug 29 12:56:54 2013
New Revision: 325589
URL: http://svnweb.freebsd.org/changeset/ports/325589
Log:
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors
With hat: portmgr
Modified:
head/audio/festlex-ogi/Makefile
Modified: head/audio/festlex-ogi/Makefile
==============================================================================
--- head/audio/festlex-ogi/Makefile Thu Aug 29 12:47:31 2013 (r325588)
+++ head/audio/festlex-ogi/Makefile Thu Aug 29 12:56:54 2013 (r325589)
@@ -24,7 +24,7 @@ FHOME= ${PREFIX}/share/festival
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/OGIlexicon-2.2.tar.gz and put ${DISTFILE} into ${DISTDIR}
.endif
More information about the svn-ports-head
mailing list