summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-07-03 11:11:12 +0000
committerhubertf <hubertf@pkgsrc.org>2002-07-03 11:11:12 +0000
commit578ea8aab6db329121ecf4a645335a81c9068039 (patch)
tree143d2faf40ddb23069fdf78733144e99f575a96b /mail
parent53b4c620db7abe8e012d021d0fdacaff69ca78cc (diff)
downloadpkgsrc-578ea8aab6db329121ecf4a645335a81c9068039.tar.gz
Make fils recognize compile options (POSTFIX_USE_MYSQL, ...)
Fixes PR 17465 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index cfbaac9ee6a..e8e0dc64388 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2002/06/17 19:42:08 tron Exp $
+# $NetBSD: Makefile,v 1.66 2002/07/03 11:11:12 hubertf Exp $
DISTNAME= postfix-1.1.11
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
@@ -83,7 +84,8 @@ pre-configure:
> ${WRKSRC}/src/global/mail_params.h
do-configure:
- (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} makefiles)
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile.init makefiles \
+ 'CCARGS=${CCARGS}' 'AUXLIBS=${AUXLIBS}' )
post-build:
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \