aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-20 23:05:35 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-20 23:05:35 +0800
commita8fb059727f0d1113e1e29d34cafd0053d3aa3c4 (patch)
tree0c79361e6dd9f6494275e3ecfe6a14d42c6fe00e /multimedia
parentfbd6247ad6bff2f9519f3f9c7d7ff862999121f3 (diff)
downloadfreebsd-ports-gnome-a8fb059727f0d1113e1e29d34cafd0053d3aa3c4.tar.gz
freebsd-ports-gnome-a8fb059727f0d1113e1e29d34cafd0053d3aa3c4.tar.zst
freebsd-ports-gnome-a8fb059727f0d1113e1e29d34cafd0053d3aa3c4.zip
Support staging
Diffstat (limited to 'multimedia')
-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>