summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2014-07-13 16:24:44 +0000
committerSahil Tandon <sahil@FreeBSD.org>2014-07-13 16:24:44 +0000
commitbb4b3c10ff8d71a585d12d28251c1865fa5e7978 (patch)
treecb22c95c6b599b3892b618ab095c36992585977d /mail/postfix-current/files
parent- Move graphics/py-stl to graphics/py-stltools (project has been renamed) (diff)
- Update to Postfix 2.12 snapshot 20140709
Notes
Notes: svn path=/head/; revision=361693
Diffstat (limited to 'mail/postfix-current/files')
-rw-r--r--mail/postfix-current/files/pkg-install.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix-current/files/pkg-install.in b/mail/postfix-current/files/pkg-install.in
index 239363f04308..259edce20323 100644
--- a/mail/postfix-current/files/pkg-install.in
+++ b/mail/postfix-current/files/pkg-install.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix-current/files/pkg-install.in,v 1.4 2011-12-21 22:45:17 sahil Exp $
+# $FreeBSD$
#
# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it
@@ -61,11 +61,11 @@ if [ "$2" = "POST-INSTALL" ]; then
for file in $SAMPLES
do
if [ ! -f ${ETCDIR}/$file ]; then
- cp ${DAEMONDIR}/$file ${ETCDIR}/
+ cp ${DAEMONDIR}/$file.proto ${ETCDIR}/$file
fi
done
- cmp ${DAEMONDIR}/main.cf ${ETCDIR}/main.cf >/dev/null 2>&1 \
+ cmp ${DAEMONDIR}/main.cf.proto ${ETCDIR}/main.cf >/dev/null 2>&1 \
&& POSTARG="set-permissions" \
|| POSTARG="upgrade-package"
@@ -73,6 +73,7 @@ if [ "$2" = "POST-INSTALL" ]; then
daemon_directory=${DAEMONDIR} \
html_directory=${READMEDIR} \
readme_directory=${READMEDIR} \
+ meta_directory=${DAEMONDIR} \
${POSTARG}
fi