- Fix LICENSE
- Add NO_ARCH
This commit is contained in:
parent
bd72790e03
commit
b1ab1d8fb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415341
1 changed files with 5 additions and 4 deletions
|
@ -10,16 +10,17 @@ DISTNAME= ${PORTNAME}-2014-12-07-c2d3662
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Destroys ZFS snapshots
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
PLIST_FILES= sbin/zsd \
|
||||
man/man8/zsd.8.gz
|
||||
LICENSE= MIT
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= zsd
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= sbin/zsd \
|
||||
man/man8/zsd.8.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zsd ${STAGEDIR}${PREFIX}/sbin
|
||||
|
|
Loading…
Reference in a new issue