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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue