Set MASTER_SITES in Makefile.common, for the benefit of nagios-plugin-*.

This commit is contained in:
wiz 2006-08-23 18:45:31 +00:00
parent 91e0d597d6
commit 0a3d7beb65
2 changed files with 3 additions and 3 deletions

View file

@ -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/

View file

@ -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"