svn commit: r350379 - head/audio/festvox-don
Baptiste Daroussin
bapt at FreeBSD.org
Sun Apr 6 17:26:20 UTC 2014
Author: bapt
Date: Sun Apr 6 17:26:19 2014
New Revision: 350379
URL: http://svnweb.freebsd.org/changeset/ports/350379
QAT: https://qat.redports.org/buildarchive/r350379/
Log:
Support stage
Modified:
head/audio/festvox-don/Makefile
Modified: head/audio/festvox-don/Makefile
==============================================================================
--- head/audio/festvox-don/Makefile Sun Apr 6 17:25:22 2014 (r350378)
+++ head/audio/festvox-don/Makefile Sun Apr 6 17:26:19 2014 (r350379)
@@ -20,7 +20,6 @@ ${LOCALBASE}/share/festival/lib/dicts/oa
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
-NO_STAGE= yes
FHOME= ${PREFIX}/share/festival
@@ -29,7 +28,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-all
mailing list