svn commit: r339970 - head/audio/linux-genpuid

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 19:48:31 UTC 2014


Author: antoine
Date: Thu Jan 16 19:48:31 2014
New Revision: 339970
URL: http://svnweb.freebsd.org/changeset/ports/339970
QAT: https://qat.redports.org/buildarchive/r339970/

Log:
  Stage support

Modified:
  head/audio/linux-genpuid/Makefile

Modified: head/audio/linux-genpuid/Makefile
==============================================================================
--- head/audio/linux-genpuid/Makefile	Thu Jan 16 19:45:01 2014	(r339969)
+++ head/audio/linux-genpuid/Makefile	Thu Jan 16 19:48:31 2014	(r339970)
@@ -15,15 +15,14 @@ COMMENT=	Application for generating Musi
 USE_LINUX=		yes
 NO_BUILD=		yes
 IA32_BINARY_PORT=	yes
-NO_STAGE=	yes
 
 PLIST_FILES=	bin/genpuid bin/mipcore libexec/mipcore
 
 do-install:
 	${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid
 	${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore
-	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${PREFIX}/libexec
-	${LN} -fhs ${PREFIX}/libexec/mipcore ${PREFIX}/bin/mipcore
+	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${STAGEDIR}${PREFIX}/libexec
+	${LN} -fhs ${PREFIX}/libexec/mipcore ${STAGEDIR}${PREFIX}/bin/mipcore
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list