mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- convert to staging
This commit is contained in:
parent
cfe636b37f
commit
71c78f6ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328554
1 changed files with 3 additions and 6 deletions
|
@ -13,13 +13,10 @@ NO_BUILD= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
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:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
|
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
|
||||||
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue