summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorrecht <recht>2004-07-07 15:18:34 +0000
committerrecht <recht>2004-07-07 15:18:34 +0000
commit2a40229952d5377859e5653ff706ddf1b408f6f2 (patch)
tree4718f6f01a3331f1d48088d0eb34943363440d1e /mail/dspam
parenta49d829d4206838f23c4e6383540ef83cd88879b (diff)
downloadpkgsrc-2a40229952d5377859e5653ff706ddf1b408f6f2.tar.gz
Fix a typo: It's user:group and not group:user.
bump PKGREVISION to 1.
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile5
1 files changed, 3 insertions, 2 deletions
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