svn commit: r436088 - head/net/nethogs

Tobias Kortkamp tobik at FreeBSD.org
Mon Mar 13 17:10:24 UTC 2017


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 at 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


More information about the svn-ports-all mailing list