From afc64d7d6f6cada03a35742e2722462849a0f410 Mon Sep 17 00:00:00 2001 From: recht Date: Wed, 7 Jul 2004 15:18:34 +0000 Subject: Fix a typo: It's user:group and not group:user. bump PKGREVISION to 1. --- mail/dspam/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 5a6296f8ff1..47842d62755 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 19:41:23 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/07 15:18:34 recht Exp $ # DISTNAME= dspam-3.0.0 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ @@ -61,7 +62,7 @@ DSPAM_BINMODE?= 4511 DSPAM_USER?= dspam DSPAM_GROUP?= dspam PKG_GROUPS= ${DSPAM_GROUP} -PKG_USERS= ${DSPAM_GROUP}:${DSPAM_USER} +PKG_USERS= ${DSPAM_USER}:${DSPAM_GROUP} # Default options CONFIGURE_ARGS+= --enable-chi-square -- cgit v1.2.3