Fix bash_CMD usage
Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9949
This commit is contained in:
parent
5e7f82b2a0
commit
758763c695
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436088
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue