From 9ee3dc66297bf2797fc9166eb105fcd53c9d37b3 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 4 Dec 2003 05:14:30 +0000 Subject: fix a thinko --- mail/exim3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/exim3') diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 1f8defd34fc..5fdfac8098c 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -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 @@ MAKE_ENV+= LOOKUP_PGSQL=YES # 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 -- cgit v1.2.3