svn commit: r337249 - head/audio/optimfrog

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 23 14:02:29 UTC 2013


Author: amdmi3
Date: Mon Dec 23 14:02:28 2013
New Revision: 337249
URL: http://svnweb.freebsd.org/changeset/ports/337249

Log:
  - Support staging

Modified:
  head/audio/optimfrog/Makefile

Modified: head/audio/optimfrog/Makefile
==============================================================================
--- head/audio/optimfrog/Makefile	Mon Dec 23 14:02:21 2013	(r337248)
+++ head/audio/optimfrog/Makefile	Mon Dec 23 14:02:28 2013	(r337249)
@@ -15,12 +15,11 @@ ONLY_FOR_ARCHS=	amd64 i386
 NO_CDROM=	No commercial use
 NO_BUILD=	yes
 USE_LINUX=	yes
-NO_STAGE=	yes
 USE_ZIP=	yes
 PLIST_FILES=	bin/off bin/ofr bin/ofs
 
 do-install:
 	@${BRANDELF} -t Linux ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs
-	@${INSTALL_PROGRAM} ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs ${PREFIX}/bin/
+	@${INSTALL_PROGRAM} ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list