Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib mail/courier-imap: fix unknow...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/105ab9785395
branches:  trunk
changeset: 432726:105ab9785395
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 25 05:44:09 2020 +0000

description:
mail/courier-imap: fix unknown configure option

diffstat:

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

diffs (19 lines):

diff -r 42e1077ff9bf -r 105ab9785395 security/courier-authlib/Makefile.common
--- a/security/courier-authlib/Makefile.common  Mon May 25 05:41:53 2020 +0000
+++ b/security/courier-authlib/Makefile.common  Mon May 25 05:44:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2017/05/11 09:22:36 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/05/25 05:44:09 rillig Exp $
 #
 # used by mail/courier-mta/Makefile.common
 
@@ -16,7 +16,9 @@
 PKG_USERS_VARS+=       COURIER_USER
 
 GNU_CONFIGURE=         yes
+.if ${PKGPATH} != mail/courier-imap
 CONFIGURE_ARGS+=       --with-mailuser=${COURIER_USER}
 CONFIGURE_ARGS+=       --with-mailgroup=${COURIER_GROUP}
+.endif
 
 CONFIGURE_ARGS.SunOS+= --with-waitfunc=wait3



Home | Main Index | Thread Index | Old Index