Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 17:20:30 +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: r350377 - head/audio/festlex-oald
Message-ID:  <201404061720.s36HKUoS095194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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