From d25129f6645a3934a19c5bb06f54641cc54a8687 Mon Sep 17 00:00:00 2001 From: jakob Date: Fri, 29 Feb 2008 12:25:22 +0000 Subject: [PATCH] fixed default data directory; from brad@ --- mail/postfix/Makefile.inc | 3 ++- mail/postfix/snapshot/Makefile | 3 ++- mail/postfix/stable/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index ed2af736027..df2dd141f0a 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.67 2008/02/01 16:37:09 jakob Exp $ +# $OpenBSD: Makefile.inc,v 1.68 2008/02/29 12:25:22 jakob Exp $ COMMENT= fast, secure sendmail replacement @@ -32,6 +32,7 @@ PERMIT_DISTFILES_FTP= yes MAKE_DEBUG?= MAKE_CCARGS?= -DFD_SETSIZE=2048 MAKE_CCARGS+= -DDEF_CONFIG_DIR=\"${SYSCONFDIR}/postfix\" +MAKE_CCARGS+= -DDEF_DATA_DIR=\"/var/postfix\" MAKE_CCARGS+= -DUSE_TLS MAKE_AUXLIBS+= -lssl -lcrypto diff --git a/mail/postfix/snapshot/Makefile b/mail/postfix/snapshot/Makefile index d86eac435f9..44a483d88a3 100644 --- a/mail/postfix/snapshot/Makefile +++ b/mail/postfix/snapshot/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.177 2008/02/17 17:51:34 jakob Exp $ +# $OpenBSD: Makefile,v 1.178 2008/02/29 12:25:22 jakob Exp $ VERSION= 2.6-20080216 +PATCHLEVEL= 0 MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/} diff --git a/mail/postfix/stable/Makefile b/mail/postfix/stable/Makefile index aabf901f336..ea7fd05ca2c 100644 --- a/mail/postfix/stable/Makefile +++ b/mail/postfix/stable/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.110 2008/02/17 21:03:58 jakob Exp $ +# $OpenBSD: Makefile,v 1.111 2008/02/29 12:25:22 jakob Exp $ VERSION= 2.5.1 +PATCHLEVEL= 0 MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}