- Stage support
PR: 190117
This commit is contained in:
parent
9b4d89479f
commit
cc623e57e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355121
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ DISTFILE_DATE= 20120610
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
|
@ -43,6 +42,6 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
||||
${PREFIX}/bin/${PORTNAME}
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue