summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
committerTorsten Blum <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
commit0d72bb3913b50e6ff217272e766acf9f7bbffb87 (patch)
treea4815ef02aa1c4089264c0fd15af105ab9ff25e8 /mail/postfix
parentFix ${PREFIX} substitution problem (diff)
Oops, forgot to change ALL_TARGET ;-(
Noticed by: <Blaz Zupan <blaz@amis.net>
Notes
Notes: svn path=/head/; revision=25248
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 29d646dd163e..8da005d8623b 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/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}"