mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
sysutils/zfs-stats: fix zfs-mon shebang
PR: 191737 Submitted by: Jan Beich Approved by: maintainer (timeout)
This commit is contained in:
parent
1d327ff64f
commit
95a8c51a1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363642
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= zfs-stats
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cloud.github.com/downloads/mmatuska/zfs-stats/
|
||||
|
||||
@ -11,16 +12,15 @@ COMMENT= Display human-readable ZFS statistics
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
|
||||
NO_BUILD= yes
|
||||
SHEBANG_FILES= zfs-*
|
||||
perl_OLD_CMD= /usr/bin/env -iS perl
|
||||
|
||||
PLIST_FILES= bin/zfs-stats \
|
||||
bin/zfs-mon
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr/bin/env -iS perl|${PERL}|g" ${WRKSRC}/zfs-stats
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zfs-mon ${STAGEDIR}${PREFIX}/bin/zfs-mon
|
||||
|
Loading…
Reference in New Issue
Block a user