aboutsummaryrefslogtreecommitdiff
path: root/sysutils/symon
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 19:52:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 19:52:11 +0000
commit04609e5938881eb59d2c4d5beb386b8c598120f2 (patch)
tree7fd28f4da6a7a5628e8d5bd8a896027ad8199ee0 /sysutils/symon
parentbf29e2ff715580bd959a697466a672361c876043 (diff)
downloadports-04609e5938881eb59d2c4d5beb386b8c598120f2.tar.gz
ports-04609e5938881eb59d2c4d5beb386b8c598120f2.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=392066
Diffstat (limited to 'sysutils/symon')
-rw-r--r--sysutils/symon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile
index 4889a422045f..05608cdb5a19 100644
--- a/sysutils/symon/Makefile
+++ b/sysutils/symon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= symon
PORTVERSION= 2.86
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \
LOCAL/uqs
@@ -13,7 +13,8 @@ COMMENT= Performance and information monitoring tool
SUB_FILES= pkg-message
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= client/getsymonitem.pl
USE_PERL5= build
MAKE_JOBS_UNSAFE= yes