Support staging
This commit is contained in:
parent
567f20ee85
commit
84acf7ad73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345934
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ WRKSRC= ${WRKDIR}
|
|||
|
||||
PLIST_FILES= sbin/pkg-rmleaf
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf ${PREFIX}/sbin/pkg-rmleaf
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \
|
||||
${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue