Support staging.
This commit is contained in:
parent
8408b73ce7
commit
43570e4f26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344868
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue