summaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
committertorstenb <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
commit711c18c271e7b13fe2bf754af70802f1bec4ef7f (patch)
treeeaba6793e0b29ca0c963e7df1d6f268c2402f749 /mail/postfix-current
parent80cf8186fc0c6f3d593ac79746e97b8edff602f0 (diff)
downloadFreeBSD-ports-711c18c271e7b13fe2bf754af70802f1bec4ef7f.zip
FreeBSD-ports-711c18c271e7b13fe2bf754af70802f1bec4ef7f.tar.gz
Oops, forgot to change ALL_TARGET ;-(
Noticed by: <Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 29d646d..8da005d 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/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}"
OpenPOWER on IntegriCloud