Date: Sun, 6 Apr 2014 17:27:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350380 - head/audio/festvox-el11 Message-ID: <201404061727.s36HRuC7097359@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061727.s36HRuC7097359>