svn commit: r350380 - head/audio/festvox-el11
Baptiste Daroussin
bapt at FreeBSD.org
Sun Apr 6 17:27:56 UTC 2014
Author: bapt
Date: Sun Apr 6 17:27:55 2014
New Revision: 350380
URL: http://svnweb.freebsd.org/changeset/ports/350380
QAT: https://qat.redports.org/buildarchive/r350380/
Log:
Support stage
Modified:
head/audio/festvox-el11/Makefile
Modified: head/audio/festvox-el11/Makefile
==============================================================================
--- head/audio/festvox-el11/Makefile Sun Apr 6 17:26:19 2014 (r350379)
+++ head/audio/festvox-el11/Makefile Sun Apr 6 17:27:55 2014 (r350380)
@@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/festival
CONFLICTS= festvox-rab8
NO_BUILD= yes
-NO_STAGE= yes
FHOME= ${PREFIX}/share/festival
@@ -29,10 +28,8 @@ post-extract:
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
do-install:
- ${MKDIR} ${FHOME}
- cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
-
-post-install:
- ${RM} ${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING
+ @${MKDIR} ${STAGEDIR}${FHOME}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
+ ${RM} -f ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list