diff options
author | arved <arved@FreeBSD.org> | 2006-09-21 03:33:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-09-21 03:33:08 +0800 |
commit | 8be3b6f87e47f1c6efdd69b3397defae5e304af7 (patch) | |
tree | 2394cc0e22ba35595ece076587ed1e33479a7d49 /net-mgmt/nagios-spamd-plugin/Makefile | |
parent | 55885a69edb6161e1a5883f6a0b1e8f51a9d85d4 (diff) | |
download | freebsd-ports-gnome-8be3b6f87e47f1c6efdd69b3397defae5e304af7.tar.gz freebsd-ports-gnome-8be3b6f87e47f1c6efdd69b3397defae5e304af7.tar.zst freebsd-ports-gnome-8be3b6f87e47f1c6efdd69b3397defae5e304af7.zip |
Update to 1.2
Diffstat (limited to 'net-mgmt/nagios-spamd-plugin/Makefile')
-rw-r--r-- | net-mgmt/nagios-spamd-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile index 1f209a425b02..b04c1168c847 100644 --- a/net-mgmt/nagios-spamd-plugin/Makefile +++ b/net-mgmt/nagios-spamd-plugin/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ PORTNAME= nagios-spamd-plugin -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= net-mgmt MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/ -DISTNAME= check_spamd.pl +DISTNAME= check_spamd-1.2.pl EXTRACT_SUFX= MAINTAINER= arved@FreeBSD.org @@ -27,7 +26,7 @@ NAGIOS_PLUGIN_DIR= libexec/nagios do-extract: ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_spamd.pl post-patch: ${REINPLACE_CMD} -e \ |