Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 08:55:18 +00:00
parent 567f20ee85
commit 84acf7ad73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345934

View file

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