diff options
author | torstenb <torstenb@FreeBSD.org> | 2000-01-29 14:13:21 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 2000-01-29 14:13:21 +0000 |
commit | 711c18c271e7b13fe2bf754af70802f1bec4ef7f (patch) | |
tree | eaba6793e0b29ca0c963e7df1d6f268c2402f749 /mail/postfix20 | |
parent | 80cf8186fc0c6f3d593ac79746e97b8edff602f0 (diff) | |
download | FreeBSD-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/postfix20')
-rw-r--r-- | mail/postfix20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 29d646d..8da005d 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/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}" |