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:   jperkin
Date:           Mon May 25 19:28:39 UTC 2020

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

Log Message:
courier-authlib: Add missing bsd.prefs.mk include.

Required before testing PKGPATH, though the use of various PKGPATH tests
across the courier packages are pretty terrible and should be re-thought.

Fixes bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/security/courier-authlib/Makefile.common:1.18
--- pkgsrc/security/courier-authlib/Makefile.common:1.17        Mon May 25 05:44:09 2020
+++ pkgsrc/security/courier-authlib/Makefile.common     Mon May 25 19:28:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2020/05/25 05:44:09 rillig Exp $
+# $NetBSD: Makefile.common,v 1.18 2020/05/25 19:28:39 jperkin Exp $
 #
 # used by mail/courier-mta/Makefile.common
 
@@ -16,6 +16,9 @@ PKG_GROUPS_VARS+=     COURIER_GROUP
 PKG_USERS_VARS+=       COURIER_USER
 
 GNU_CONFIGURE=         yes
+
+.include "../../mk/bsd.prefs.mk"
+
 .if ${PKGPATH} != mail/courier-imap
 CONFIGURE_ARGS+=       --with-mailuser=${COURIER_USER}
 CONFIGURE_ARGS+=       --with-mailgroup=${COURIER_GROUP}



Home | Main Index | Thread Index | Old Index