summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-10 08:08:55 +0000
committerrillig <rillig@pkgsrc.org>2006-11-10 08:08:55 +0000
commit1f61f23e045e85fc0bd4238dcd4df87252ca2fbd (patch)
tree3cc80e1dc11d373e77de2e847bfdcd8fe26b6ae0 /mail/postfix
parent1a5108015577ddd35a487dcb9f86c5b5adac01e6 (diff)
downloadpkgsrc-1f61f23e045e85fc0bd4238dcd4df87252ca2fbd.tar.gz
Added CHECK_HEADERS_SKIP to make the package pass the test. The postfix
configuration variables look exactly like the ones produced by the configure scripts. Added POSTFIX_QUEUE_DIR to BUILD_DEFS to make it visible why VARBASE can be configured.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 5ed79003082..e13d5ce262c 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2006/11/07 07:08:26 martti Exp $
+# $NetBSD: Makefile,v 1.196 2006/11/10 08:08:55 rillig Exp $
DISTNAME= postfix-2.3.4
#PKGREVISION= 1
@@ -15,6 +15,7 @@ CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl
+CHECK_HEADERS_SKIP+= src/global/mail_params.h
.include "../../mk/bsd.prefs.mk"
@@ -23,7 +24,7 @@ USE_TOOLS+= perl
# ${PKG_SYSCONFDIR}/main.cf.
#
POSTFIX_QUEUE_DIR?= ${VARBASE}/spool/postfix
-BUILD_DEFS+= VARBASE
+BUILD_DEFS+= VARBASE POSTFIX_QUEUE_DIR
# CCARGS is a list of options to pass to the preprocessor/compiler.
# AUXLIBS is a list of options to pass to the linker.