svn commit: r339978 - head/audio/lpac

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 20:21:22 UTC 2014


Author: antoine
Date: Thu Jan 16 20:21:22 2014
New Revision: 339978
URL: http://svnweb.freebsd.org/changeset/ports/339978
QAT: https://qat.redports.org/buildarchive/r339978/

Log:
  Stage support

Modified:
  head/audio/lpac/Makefile

Modified: head/audio/lpac/Makefile
==============================================================================
--- head/audio/lpac/Makefile	Thu Jan 16 20:20:03 2014	(r339977)
+++ head/audio/lpac/Makefile	Thu Jan 16 20:21:22 2014	(r339978)
@@ -14,11 +14,10 @@ ONLY_FOR_ARCHS=	amd64 i386
 NO_CDROM=	No commercial use
 NO_BUILD=	yes
 USE_LINUX=	yes
-NO_STAGE=	yes
 PLIST_FILES=	bin/lpac
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKDIR}/lpac ${PREFIX}/bin/
-	@${BRANDELF} -t Linux ${PREFIX}/bin/lpac
+	${BRANDELF} -t Linux ${WRKDIR}/lpac
+	${INSTALL_PROGRAM} ${WRKDIR}/lpac ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list