summaryrefslogtreecommitdiffstats
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-09-23 17:52:03 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-09-23 17:52:03 +0000
commit8418508084920008dfb3eb9401a24a230cf1b606 (patch)
treec70cf6972534e6860c3680d4ebd368f8c8fef285 /mail/postfix28/Makefile
parent0717b5c204a78cbe1b3f86b20b7d3510385a9ba4 (diff)
downloadFreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.zip
FreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.tar.gz
Install install.cf to ensure spool is created with correct permissions
Bump PORTREVISION PR: 30751 Submitted by: Yen-Ming Lee
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r--mail/postfix28/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 1e3e94f..87c7f81 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.5
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -38,7 +39,7 @@ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \
sample-filter.cf sample-flush.cf sample-local.cf sample-misc.cf \
sample-rate.cf sample-regexp.cf sample-relocated.cf \
sample-resource.cf sample-rewrite.cf sample-smtp.cf \
- sample-smtpd.cf sample-transport.cf sample-virtual.cf
+ sample-smtpd.cf sample-transport.cf sample-virtual.cf install.cf
BIN1= bounce cleanup error flush lmtp local master pickup \
pipe qmgr showq smtp smtpd spawn trivial-rewrite
@@ -76,6 +77,9 @@ pre-fetch:
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
+post-extract:
+ @${CP} ${FILESDIR}/install.cf ${WRKSRC}/conf
+
post-patch:
(cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \
CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \
OpenPOWER on IntegriCloud