diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-23 18:45:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-23 18:45:31 +0000 |
commit | 0a3d7beb653c69c1184cb7db4d56b8aa8d44572a (patch) | |
tree | 8f88dc05d4027eb4e3bba2dd29fcf918b81a0d5a /net | |
parent | 91e0d597d6cdf02059d5c0fb9f08d217d0020a40 (diff) | |
download | pkgsrc-0a3d7beb653c69c1184cb7db4d56b8aa8d44572a.tar.gz |
Set MASTER_SITES in Makefile.common, for the benefit of nagios-plugin-*.
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" |