1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

- convert to staging

This commit is contained in:
Eitan Adler 2013-09-28 06:58:46 +00:00
parent cfe636b37f
commit 71c78f6ebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328554

View File

@ -13,13 +13,10 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= pkg_rmleaves.1
PLIST_FILES= sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
PLIST_FILES= sbin/pkg_rmleaves
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>