From 0d72bb3913b50e6ff217272e766acf9f7bbffb87 Mon Sep 17 00:00:00 2001 From: Torsten Blum Date: Sat, 29 Jan 2000 14:13:21 +0000 Subject: Oops, forgot to change ALL_TARGET ;-( Noticed by: --- mail/postfix1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/postfix1') diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 29d646dd163e..8da005d8623b 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -19,8 +19,6 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ MAINTAINER= torstenb@FreeBSD.org -ALL_TARGET= default - # WARNING: this is based on a patch submitted by a user and has not been # tested. Use it at your own risk ! .if defined(USE_MYSQL) && ${USE_MYSQL} == YES @@ -37,6 +35,8 @@ POSTFIX_CCARGS+= -DHAS_LDAP -I${PREFIX}/include POSTFIX_AUXLIBS+= ${PREFIX}/lib/libldap.a ${PREFIX}/lib/liblber.a .endif +ALL_TARGET= CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" + SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}" MAKE_ENV+= "OPT=${CFLAGS}" -- cgit v1.2.3