diff options
author | snj <snj> | 2009-11-15 04:47:41 +0000 |
---|---|---|
committer | snj <snj> | 2009-11-15 04:47:41 +0000 |
commit | 66dd44edad1762bb623ca658d76af97f713c15e9 (patch) | |
tree | 21df98b9cbc18179c679c458de8f51cb8ba02ae5 /net | |
parent | 0090a280473937071e7a82cacc81a6a75c1d8259 (diff) | |
download | pkgsrc-66dd44edad1762bb623ca658d76af97f713c15e9.tar.gz |
As noted by Thierry Lacoste in PR pkg/42251, NAGIOS_GROUP was used on the
right side of an assignment. Change this to ${NAGIOS_GROUP} so that the
group is created properly. Bump PKGREVISION to 2.
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index 2c605435516..7ed9844d67d 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2009/05/26 13:32:29 gdt Exp $ +# $NetBSD: Makefile,v 1.20 2009/11/15 04:47:41 snj Exp $ # CATEGORIES= net sysutils -PKGREVISION= 1 +PKGREVISION= 2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/nagiosplug/ @@ -14,7 +14,7 @@ COMMENT= Nagios plugins USE_TOOLS+= perl:run -PKG_GROUPS+= NAGIOS_GROUP +PKG_GROUPS+= ${NAGIOS_GROUP} CONFIGURE_ARGS+= --without-pgsql --without-mysql \ --without-smbclient-command --without-snmpget-command \ |