aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zfs-stats
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-07-31 17:31:14 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-07-31 17:31:14 +0000
commit95a8c51a1d80f0ce6a5fc93c83d1b5d37127f78a (patch)
treed8ab5eb1bbe477b3a7547eb862d0684b77ffaa86 /sysutils/zfs-stats
parent1d327ff64f0e0dfa0fe611efd90acdd502a84fdf (diff)
downloadports-95a8c51a1d80f0ce6a5fc93c83d1b5d37127f78a.tar.gz
ports-95a8c51a1d80f0ce6a5fc93c83d1b5d37127f78a.zip
Notes
Diffstat (limited to 'sysutils/zfs-stats')
-rw-r--r--sysutils/zfs-stats/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/zfs-stats/Makefile b/sysutils/zfs-stats/Makefile
index 0ba7a28b8634..6070a840bc9d 100644
--- a/sysutils/zfs-stats/Makefile
+++ b/sysutils/zfs-stats/Makefile
@@ -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