aboutsummaryrefslogtreecommitdiff
path: root/multimedia/flvtool++
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:05:35 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:05:35 +0000
commit6ab533ebf78f44c5f3393ea2ea6d1193f0d120f2 (patch)
tree0c79361e6dd9f6494275e3ecfe6a14d42c6fe00e /multimedia/flvtool++
parentda9e8e369873e5bcf17fa5e9cce9a0350245ebb5 (diff)
Support staging
Notes
Notes: svn path=/head/; revision=348690
Diffstat (limited to 'multimedia/flvtool++')
-rw-r--r--multimedia/flvtool++/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile
index ac65ba853173..67d56b478e21 100644
--- a/multimedia/flvtool++/Makefile
+++ b/multimedia/flvtool++/Makefile
@@ -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>