summaryrefslogtreecommitdiff
path: root/net/nagios-plugins
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-23 18:45:31 +0000
committerwiz <wiz>2006-08-23 18:45:31 +0000
commit20100138b0dc062cc9134843f6f5143f5e2ce3ab (patch)
tree8f88dc05d4027eb4e3bba2dd29fcf918b81a0d5a /net/nagios-plugins
parent4fb7114d67a1f3c62cf0c48eb7c0c6f50814baad (diff)
downloadpkgsrc-20100138b0dc062cc9134843f6f5143f5e2ce3ab.tar.gz
Set MASTER_SITES in Makefile.common, for the benefit of nagios-plugin-*.
Diffstat (limited to 'net/nagios-plugins')
-rw-r--r--net/nagios-plugins/Makefile3
-rw-r--r--net/nagios-plugins/Makefile.common3
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"