mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Support stage
This commit is contained in:
parent
a6d088c720
commit
ebde92907b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337777
1 changed files with 2 additions and 3 deletions
|
@ -8,13 +8,12 @@ MASTER_SITES= http://cloud.github.com/downloads/knu/${PORTNAME}/ \
|
|||
ftp://ftp.iDaemons.org/pub/distfiles/
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
|
||||
COMMENT= Tool to sieve ZFS snapshots as per given spec a la 'pdumpfs-clean'
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= sbin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue