diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-13 17:10:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-03-13 17:10:22 +0000 |
commit | 758763c695bca405b7bc3ec3410429bf9edaac7c (patch) | |
tree | b7f79aa33313e43d2dbef7d03c8d7171dcd233fe /net | |
parent | devel/fossil: update to 2.1 (diff) |
Fix bash_CMD usage
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9949
Diffstat (limited to 'net')
-rw-r--r-- | net/nethogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nethogs/Makefile b/net/nethogs/Makefile index ac97421a3f8e..bab800f84bd3 100644 --- a/net/nethogs/Makefile +++ b/net/nethogs/Makefile @@ -3,6 +3,7 @@ PORTNAME= nethogs PORTVERSION= 0.8.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= anastasios@mageirias.com @@ -17,7 +18,7 @@ GH_ACCOUNT= raboof USES= gmake shebangfix SHEBANG_FILES= determineVersion.sh -bash_CMD= ${SH} +bash_CMD= /bin/sh PLIST_FILES= man/man8/nethogs.8.gz \ sbin/nethogs |