pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Fix a typo: It's user:group and not group:u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebcda497a21a
branches:  trunk
changeset: 477711:ebcda497a21a
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Jul 07 15:18:34 2004 +0000

description:
Fix a typo: It's user:group and not group:user.

bump PKGREVISION to 1.

diffstat:

 mail/dspam/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 6bbf9f130b52 -r ebcda497a21a mail/dspam/Makefile
--- a/mail/dspam/Makefile       Wed Jul 07 14:40:00 2004 +0000
+++ b/mail/dspam/Makefile       Wed Jul 07 15:18:34 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index