svn commit: r350387 - head/audio/festvox-russian
Baptiste Daroussin
bapt at FreeBSD.org
Sun Apr 6 17:34:48 UTC 2014
Author: bapt
Date: Sun Apr 6 17:34:47 2014
New Revision: 350387
URL: http://svnweb.freebsd.org/changeset/ports/350387
QAT: https://qat.redports.org/buildarchive/r350387/
Log:
Support stage
Modified:
head/audio/festvox-russian/Makefile
Modified: head/audio/festvox-russian/Makefile
==============================================================================
--- head/audio/festvox-russian/Makefile Sun Apr 6 17:34:19 2014 (r350386)
+++ head/audio/festvox-russian/Makefile Sun Apr 6 17:34:47 2014 (r350387)
@@ -21,7 +21,6 @@ USE_BZIP2= YES
WRKSRC= ${WRKDIR}/msu_ru_nsh_clunits
NO_BUILD= yes
-NO_STAGE= yes
FHOME= ${PREFIX}/share/festival/lib/voices/russian/msu_ru_nsh_clunits
@@ -30,7 +29,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} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list