aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-08 17:15:29 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-08 17:15:29 +0800
commit896c1edb273b80c22db1134ca822c489e4c85c5c (patch)
tree37d909825bd83b0ec2be7b0f96ade107a9411870 /net-mgmt
parent476ad98bb73644772c0d90eeadd7e61e8950715a (diff)
downloadfreebsd-ports-gnome-896c1edb273b80c22db1134ca822c489e4c85c5c.tar.gz
freebsd-ports-gnome-896c1edb273b80c22db1134ca822c489e4c85c5c.tar.zst
freebsd-ports-gnome-896c1edb273b80c22db1134ca822c489e4c85c5c.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-spamd-plugin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile
index 1c6be26ace37..244624db3bd1 100644
--- a/net-mgmt/nagios-spamd-plugin/Makefile
+++ b/net-mgmt/nagios-spamd-plugin/Makefile
@@ -3,18 +3,19 @@
PORTNAME= nagios-spamd-plugin
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/
DISTNAME= check_spamd-${PORTVERSION}.pl
-EXTRACT_SUFX=
+EXTRACT_SUFX= # empty
MAINTAINER= alexey@renatasystems.org
COMMENT= Nagios plugin for checking SpamAssassins spamd
RUN_DEPENDS+= ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= check_spamd.pl
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_spamd.pl