diff options
Diffstat (limited to 'sysutils/zfs-stats/Makefile')
-rw-r--r-- | sysutils/zfs-stats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/zfs-stats/Makefile b/sysutils/zfs-stats/Makefile index 90aabbf8ae22..53ee5cfd80ae 100644 --- a/sysutils/zfs-stats/Makefile +++ b/sysutils/zfs-stats/Makefile @@ -7,6 +7,7 @@ PORTNAME= zfs-stats PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/mmatuska/zfs-stats/ @@ -21,7 +22,7 @@ NO_BUILD= yes PLIST_FILES= bin/zfs-stats -do-patch: +post-patch: @${REINPLACE_CMD} -e "s|/usr/bin/env -iS perl|${PERL}|g" ${WRKSRC}/zfs-stats do-install: |