1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-03-20 15:05:35 +00:00
parent da9e8e3698
commit 6ab533ebf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348690

View File

@ -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>