svn commit: r350377 - head/audio/festlex-oald
Baptiste Daroussin
bapt at FreeBSD.org
Sun Apr 6 17:20:30 UTC 2014
Author: bapt
Date: Sun Apr 6 17:20:30 2014
New Revision: 350377
URL: http://svnweb.freebsd.org/changeset/ports/350377
QAT: https://qat.redports.org/buildarchive/r350377/
Log:
Support stage
Modified:
head/audio/festlex-oald/Makefile
Modified: head/audio/festlex-oald/Makefile
==============================================================================
--- head/audio/festlex-oald/Makefile Sun Apr 6 17:19:18 2014 (r350376)
+++ head/audio/festlex-oald/Makefile Sun Apr 6 17:20:30 2014 (r350377)
@@ -20,7 +20,6 @@ RESTRICTED= No commercial use
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