pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim3 fix a thinko



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6432f707bce
branches:  trunk
changeset: 464148:f6432f707bce
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 04 05:14:30 2003 +0000

description:
fix a thinko

diffstat:

 mail/exim3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 608f09e145a1 -r f6432f707bce mail/exim3/Makefile
--- a/mail/exim3/Makefile       Thu Dec 04 04:55:59 2003 +0000
+++ b/mail/exim3/Makefile       Thu Dec 04 05:14:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/12/04 04:51:00 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/04 05:14:30 grant Exp $
 
 DISTNAME=      exim-3.36
 CATEGORIES=    mail net
@@ -60,8 +60,8 @@
 
 # buildlink2 decides which libdb to use on this platform.
 MAKE_ENV+=             DBMLIB="${BUILDLINK_LDFLAGS.db} ${BUILDLINK_LIBS.db}"
-MAKE_ENV+=             LOOKUP_INCLUDE="${_LOOKUP_INCLUDE}"
-MAKE_ENV+=             LOOKUP_LIBS="${_LOOKUP_LIBS}"
+MAKE_ENV+=             LOOKUP_INCLUDE="${LOOKUP_INCLUDE}"
+MAKE_ENV+=             LOOKUP_LIBS="${LOOKUP_LIBS}"
 
 pre-patch:
        ${MKDIR} ${WRKSRC}/Local



Home | Main Index | Thread Index | Old Index