Stage support

This commit is contained in:
Antoine Brodin 2014-01-21 18:38:02 +00:00
parent f3527dd4be
commit d9106469c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340634

View file

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