pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Substitute for COURIER_{USER,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10d514210ed8
branches:  trunk
changeset: 511983:10d514210ed8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 28 14:41:23 2006 +0000

description:
Substitute for COURIER_{USER,GROUP} in a few more locations.

diffstat:

 security/courier-authlib/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 93783fcafb08 -r 10d514210ed8 security/courier-authlib/Makefile.common
--- a/security/courier-authlib/Makefile.common  Fri Apr 28 14:36:33 2006 +0000
+++ b/security/courier-authlib/Makefile.common  Fri Apr 28 14:41:23 2006 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile.common,v 1.8 2006/04/23 00:12:41 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/04/28 14:41:23 jlam Exp $
 
 COURIER_USER?=         courier
 COURIER_GROUP?=                mail
 FILES_SUBST+=          COURIER_USER=${COURIER_USER:Q}
 FILES_SUBST+=          COURIER_GROUP=${COURIER_GROUP:Q}
+MESSAGE_SUBST+=                COURIER_USER=${COURIER_USER:Q}
+MESSAGE_SUBST+=                COURIER_GROUP=${COURIER_GROUP:Q}
 
 PKG_GROUPS=            ${COURIER_GROUP}
 PKG_USERS=             ${COURIER_USER}:${COURIER_GROUP}



Home | Main Index | Thread Index | Old Index