pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/courier-authlib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:44:09 UTC 2020

Modified Files:
        pkgsrc/security/courier-authlib: Makefile.common

Log Message:
mail/courier-imap: fix unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/courier-authlib/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/courier-authlib/Makefile.common
diff -u pkgsrc/security/courier-authlib/Makefile.common:1.16 pkgsrc/security/courier-authlib/Makefile.common:1.17
--- pkgsrc/security/courier-authlib/Makefile.common:1.16        Thu May 11 09:22:36 2017
+++ pkgsrc/security/courier-authlib/Makefile.common     Mon May 25 05:44:09 2020
@@ -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_GROUPS_VARS+=     COURIER_GROUP
 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