mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
f3527dd4be
commit
d9106469c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340634
@ -19,7 +19,6 @@ MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/backfract
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
"/'-O3'/s|^|#| ; \
|
||||
@ -27,6 +26,6 @@ post-patch:
|
||||
s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user