Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 17:33:47 +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: r350385 - head/audio/festvox-rab16
Message-ID:  <201404061733.s36HXl9B001473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  6 17:33:46 2014
New Revision: 350385
URL: http://svnweb.freebsd.org/changeset/ports/350385
QAT: https://qat.redports.org/buildarchive/r350385/

Log:
  Support stage

Modified:
  head/audio/festvox-rab16/Makefile

Modified: head/audio/festvox-rab16/Makefile
==============================================================================
--- head/audio/festvox-rab16/Makefile	Sun Apr  6 17:33:13 2014	(r350384)
+++ head/audio/festvox-rab16/Makefile	Sun Apr  6 17:33:46 2014	(r350385)
@@ -22,7 +22,6 @@ WRKSRC=		${WRKDIR}/festival
 CONFLICTS=	festvox-rab8
 
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061733.s36HXl9B001473>