From 03af740e6e77d7ee5c91ee499d3db43353f6ae38 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 8 May 2015 09:15:29 +0000 Subject: [PATCH] - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 --- net-mgmt/nagios-spamd-plugin/Makefile | 7 ++++--- 1 file 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