From 891a746497fe267ec36985109d161f4a4d259e9d Mon Sep 17 00:00:00 2001 From: tobik Date: Mon, 13 Mar 2017 17:10:22 +0000 Subject: Fix bash_CMD usage Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9949 --- net/nethogs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/nethogs') 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 -- cgit