summaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
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/postfix-current
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/postfix-current')
-rw-r--r--mail/postfix-current/Makefile7
-rw-r--r--mail/postfix-current/files/install.cf11
-rw-r--r--mail/postfix-current/pkg-plist2
3 files changed, 18 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 5010938..43d4ce6 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010808
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -40,7 +40,7 @@ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \
sample-qmqpd.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 nqmgr pickup \
pipe qmgr qmqpd showq smtp smtpd spawn trivial-rewrite virtual
@@ -77,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}" && \
diff --git a/mail/postfix-current/files/install.cf b/mail/postfix-current/files/install.cf
new file mode 100644
index 0000000..5b70ac6
--- /dev/null
+++ b/mail/postfix-current/files/install.cf
@@ -0,0 +1,11 @@
+# $FreeBSD$
+sendmail_path=/usr/sbin/sendmail
+newaliases_path=/usr/bin/newaliases
+mailq_path=/usr/bin/mailq
+setgid=maildrop
+manpages=!!PREFIX!!/man
+sendmail_path=/usr/sbin/sendmail
+newaliases_path=/usr/bin/newaliases
+mailq_path=/usr/bin/mailq
+setgid=maildrop
+manpages=!!PREFIX!!/man
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist
index d146b0b..641f7b3 100644
--- a/mail/postfix-current/pkg-plist
+++ b/mail/postfix-current/pkg-plist
@@ -1,7 +1,9 @@
+@comment $FreeBSD$
@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi
@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi
bin/rmail
etc/postfix/LICENSE
+etc/postfix/install.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-aliases
OpenPOWER on IntegriCloud