svn commit: r348690 - head/multimedia/flvtool++

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 20 15:05:35 UTC 2014


Author: ehaupt
Date: Thu Mar 20 15:05:35 2014
New Revision: 348690
URL: http://svnweb.freebsd.org/changeset/ports/348690
QAT: https://qat.redports.org/buildarchive/r348690/

Log:
  Support staging

Modified:
  head/multimedia/flvtool++/Makefile

Modified: head/multimedia/flvtool++/Makefile
==============================================================================
--- head/multimedia/flvtool++/Makefile	Thu Mar 20 15:05:04 2014	(r348689)
+++ head/multimedia/flvtool++/Makefile	Thu Mar 20 15:05:35 2014	(r348690)
@@ -17,12 +17,11 @@ NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/flvtool++
 USES=		scons
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \
 		${WRKSRC}/SConscript
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list