mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support staging
This commit is contained in:
parent
da9e8e3698
commit
6ab533ebf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348690
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user