Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/courier-authlib courier-authlib: Add missing ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3142269705b
branches: trunk
changeset: 432828:f3142269705b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon May 25 19:28:39 2020 +0000
description:
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.
diffstat:
security/courier-authlib/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 681684196a9f -r f3142269705b security/courier-authlib/Makefile.common
--- a/security/courier-authlib/Makefile.common Mon May 25 17:54:03 2020 +0000
+++ b/security/courier-authlib/Makefile.common Mon May 25 19:28:39 2020 +0000
@@ -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_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