Support staging.

This commit is contained in:
Emanuel Haupt 2014-02-18 11:53:14 +00:00
parent 8408b73ce7
commit 43570e4f26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344868

View file

@ -13,11 +13,10 @@ MAKEFILE= makefile
PLIST_FILES= bin/autosig
ALL_TARGET= ${PORTNAME}
NO_STAGE= yes
pre-build:
${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>