Sun Nov 15 04:47:41 2009 UTC ()
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.


(snj)
diff -r1.19 -r1.20 pkgsrc/net/nagios-plugins/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/net/nagios-plugins/Makefile (expand / switch to context diff)
--- pkgsrc/net/nagios-plugins/Makefile 2009/05/26 13:32:29 1.19
+++ pkgsrc/net/nagios-plugins/Makefile 2009/11/15 04:47:41 1.20
@@ -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 @@
 
 USE_TOOLS+=	perl:run
 
-PKG_GROUPS+=	NAGIOS_GROUP
+PKG_GROUPS+=	${NAGIOS_GROUP}
 
 CONFIGURE_ARGS+= --without-pgsql --without-mysql \
 		--without-smbclient-command --without-snmpget-command \