svn commit: r337902 - head/audio/freepats

Antoine Brodin antoine at FreeBSD.org
Sat Dec 28 20:26:38 UTC 2013


Author: antoine
Date: Sat Dec 28 20:26:37 2013
New Revision: 337902
URL: http://svnweb.freebsd.org/changeset/ports/337902

Log:
  Stage support

Modified:
  head/audio/freepats/Makefile

Modified: head/audio/freepats/Makefile
==============================================================================
--- head/audio/freepats/Makefile	Sat Dec 28 20:25:28 2013	(r337901)
+++ head/audio/freepats/Makefile	Sat Dec 28 20:26:37 2013	(r337902)
@@ -10,12 +10,11 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Free and open set of instrument patches
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 
 do-install:
-	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list