pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qpopper include bsd.prefs.mk before ?= of various...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8c0c77e5e5b
branches: trunk
changeset: 485641:c8c0c77e5e5b
user: grant <grant%pkgsrc.org@localhost>
date: Sat Dec 18 02:44:12 2004 +0000
description:
include bsd.prefs.mk before ?= of various pkgsrc build options so they
are picked up from mk.conf.
diffstat:
mail/qpopper/Makefile.common | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r d83a19c86222 -r c8c0c77e5e5b mail/qpopper/Makefile.common
--- a/mail/qpopper/Makefile.common Sat Dec 18 01:29:45 2004 +0000
+++ b/mail/qpopper/Makefile.common Sat Dec 18 02:44:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/12/17 07:35:56 taca Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/12/18 02:44:12 grant Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -8,16 +8,16 @@
--enable-log-facility=LOG_${QPOPPER_FAC} \
--disable-update-abort --without-gdbm
+VERSION= 4.0.5
+
+.include "../../mk/bsd.prefs.mk"
+
QPOPPER_USER?= pop
QPOPPER_GROUP?= mail
QPOPPER_FAC?= LOCAL1
QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth
DB_SUFFIX?= db
-VERSION= 4.0.5
-
-.include "../../mk/bsd.prefs.mk"
-
.if defined(KERBEROS)
PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --enable-kerberos
Home |
Main Index |
Thread Index |
Old Index