diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugins/Makefile | 3 | ||||
-rw-r--r-- | net/nagios-plugins/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index c03ee350c6c..920a17891fb 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/08/17 14:20:14 taca Exp $ +# $NetBSD: Makefile,v 1.4 2006/08/23 18:45:31 wiz Exp $ # CATEGORIES= net sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/nagiosplug/ diff --git a/net/nagios-plugins/Makefile.common b/net/nagios-plugins/Makefile.common index 0e492e66e3f..6138d513109 100644 --- a/net/nagios-plugins/Makefile.common +++ b/net/nagios-plugins/Makefile.common @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2006/08/17 14:20:14 taca Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/08/23 18:45:31 wiz Exp $ # PLUGINSVERSION= 1.4.3 DISTNAME= nagios-plugins-${PLUGINSVERSION} +MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/} .include "../../net/nagios-base/Makefile.common" .include "../../mk/bsd.prefs.mk" |