pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Move settings for USE_BUILDLINK3 and USE_LANGUAGE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88e8daa93c56
branches:  trunk
changeset: 469315:88e8daa93c56
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 22 01:52:05 2004 +0000

description:
Move settings for USE_BUILDLINK3 and USE_LANGUAGES from the common Makefile
into the separate packages.

diffstat:

 mail/courier-auth/Makefile.authdaemond |  5 ++++-
 mail/courier-auth/Makefile.common      |  4 +---
 mail/courier-maildirmake/Makefile      |  4 +++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 78d8126891d1 -r 88e8daa93c56 mail/courier-auth/Makefile.authdaemond
--- a/mail/courier-auth/Makefile.authdaemond    Sun Feb 22 01:49:31 2004 +0000
+++ b/mail/courier-auth/Makefile.authdaemond    Sun Feb 22 01:52:05 2004 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.authdaemond,v 1.7 2004/02/21 14:43:15 jlam Exp $
+# $NetBSD: Makefile.authdaemond,v 1.8 2004/02/22 01:52:05 jlam Exp $
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c c++
 
 .include "../courier-auth/Makefile.common"
 
diff -r 78d8126891d1 -r 88e8daa93c56 mail/courier-auth/Makefile.common
--- a/mail/courier-auth/Makefile.common Sun Feb 22 01:49:31 2004 +0000
+++ b/mail/courier-auth/Makefile.common Sun Feb 22 01:52:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/22 01:49:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/22 01:52:05 jlam Exp $
 
 DISTNAME?=     courier-${DIST_VERS}
 CATEGORIES+=   mail
@@ -27,8 +27,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-USE_BUILDLINK3=                yes
-USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --datadir=${DATADIR}
 CONFIGURE_ARGS+=       --libexecdir=${LIBEXECDIR}
diff -r 78d8126891d1 -r 88e8daa93c56 mail/courier-maildirmake/Makefile
--- a/mail/courier-maildirmake/Makefile Sun Feb 22 01:49:31 2004 +0000
+++ b/mail/courier-maildirmake/Makefile Sun Feb 22 01:52:05 2004 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2004/02/21 14:45:22 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/22 01:52:05 jlam Exp $
 
 PKGNAME=       courier-maildirmake-${BASE_VERS}
 COMMENT=       Courier Maildir utilities
 
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c c++
 USE_PKGINSTALL=                yes
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
 



Home | Main Index | Thread Index | Old Index