diff options
-rw-r--r-- | net-mgmt/nagios-spamd-plugin/Makefile | 7 |
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 |