svn commit: r360364 - head/audio/festlex-ogi
Vanilla I. Shu
vanilla at FreeBSD.org
Thu Jul 3 13:15:44 UTC 2014
Author: vanilla
Date: Thu Jul 3 13:15:43 2014
New Revision: 360364
URL: http://svnweb.freebsd.org/changeset/ports/360364
QAT: https://qat.redports.org/buildarchive/r360364/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Modified:
head/audio/festlex-ogi/Makefile
head/audio/festlex-ogi/pkg-descr
Modified: head/audio/festlex-ogi/Makefile
==============================================================================
--- head/audio/festlex-ogi/Makefile Thu Jul 3 13:08:11 2014 (r360363)
+++ head/audio/festlex-ogi/Makefile Thu Jul 3 13:15:43 2014 (r360364)
@@ -19,7 +19,6 @@ RESTRICTED= No commercial use
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
-NO_STAGE= yes
FHOME= ${PREFIX}/share/festival
@@ -34,7 +33,7 @@ post-extract:
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
do-install:
- ${MKDIR} ${FHOME}
- cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
+ ${MKDIR} ${STAGEDIR}${FHOME}
+ cd ${WRKSRC} && ${CP} -pPR * ${STAGEDIR}${FHOME}
.include <bsd.port.post.mk>
Modified: head/audio/festlex-ogi/pkg-descr
==============================================================================
--- head/audio/festlex-ogi/pkg-descr Thu Jul 3 13:08:11 2014 (r360363)
+++ head/audio/festlex-ogi/pkg-descr Thu Jul 3 13:15:43 2014 (r360364)
@@ -1,4 +1,4 @@
This is a composite pronunciation dictionary from ogi.edu, for
use with Festival.
-WWW: http://cslu.cse.ogi.edu/tts/
+WWW: http://cslu.cse.ogi.edu/tts/
More information about the svn-ports-head
mailing list