Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 17:10:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436088 - head/net/nethogs
Message-ID:  <201703131710.v2DHAMfO050391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Mar 13 17:10:22 2017
New Revision: 436088
URL: https://svnweb.freebsd.org/changeset/ports/436088

Log:
  Fix bash_CMD usage
  
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9949

Modified:
  head/net/nethogs/Makefile

Modified: head/net/nethogs/Makefile
==============================================================================
--- head/net/nethogs/Makefile	Mon Mar 13 16:44:09 2017	(r436087)
+++ head/net/nethogs/Makefile	Mon Mar 13 17:10:22 2017	(r436088)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703131710.v2DHAMfO050391>