svn commit: r350384 - head/audio/festvox-ked8

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 6 17:33:14 UTC 2014


Author: bapt
Date: Sun Apr  6 17:33:13 2014
New Revision: 350384
URL: http://svnweb.freebsd.org/changeset/ports/350384
QAT: https://qat.redports.org/buildarchive/r350384/

Log:
  Support stage

Modified:
  head/audio/festvox-ked8/Makefile

Modified: head/audio/festvox-ked8/Makefile
==============================================================================
--- head/audio/festvox-ked8/Makefile	Sun Apr  6 17:31:22 2014	(r350383)
+++ head/audio/festvox-ked8/Makefile	Sun Apr  6 17:33:13 2014	(r350384)
@@ -22,7 +22,6 @@ WRKSRC=		${WRKDIR}/festival
 CONFLICTS=	festvox-ked16-*
 
 NO_BUILD=	yes
-NO_STAGE=	yes
 
 FHOME=		${PREFIX}/share/festival
 
@@ -31,7 +30,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