aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-06-04 07:45:27 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-06-04 07:45:27 +0000
commit8e145e22eaf262832db0c3a64f2732971e49db72 (patch)
treedf6a4c629ed0914cb929bf226315fafdf9ae4839 /mail/postfix26/files
parent898d3f6d23994d087e60f194db8cb458356cdd5d (diff)
downloadports-8e145e22eaf262832db0c3a64f2732971e49db72.tar.gz
ports-8e145e22eaf262832db0c3a64f2732971e49db72.zip
- Fix install with defined NOPORTEXAMPLES [1]
- Do not install clones of man pages [1] - Add POSTFIX_DEFAULT_MTA to SCRIPTS_ENV [2] - Bump PORTREVISION PR: ports/135241 [1], ports/123812 [2] Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) [1] Reported by: Marco Walraven <m.walraven@terantula.com> [2]
Notes
Notes: svn path=/head/; revision=235147
Diffstat (limited to 'mail/postfix26/files')
-rw-r--r--mail/postfix26/files/pkg-install.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/postfix26/files/pkg-install.in b/mail/postfix26/files/pkg-install.in
index 147a836ccf34..bf9002fa2198 100644
--- a/mail/postfix26/files/pkg-install.in
+++ b/mail/postfix26/files/pkg-install.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/files/pkg-install.in,v 1.1 2009-05-26 13:36:08 netchild Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/files/pkg-install.in,v 1.2 2009-06-04 07:45:27 mm Exp $
#
# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it
@@ -11,7 +11,6 @@ PREFIX=${PKG_PREFIX:=%%PREFIX%%}
ETCDIR=${ETCDIR:=%%ETCDIR%%}
DAEMONDIR=${DAEMONDIR:=${PREFIX}/libexec/postfix}
READMEDIR=${READMEDIR:=%%READMEDIR%%}
-EXAMPLESDIR=${EXAMPLESDIR:=%%EXAMPLESDIR%%}
BATCH=${BATCH:=no}
POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no}
@@ -115,13 +114,6 @@ if [ "$2" = "PRE-INSTALL" ]; then
fi
if [ "$2" = "POST-INSTALL" ]; then
- if [ -d ${EXAMPLESDIR} ]; then
- for file in ${EXAMPLESDIR}/*; do
- if [ ! -f ${ETCDIR}/${file#${EXAMPLESDIR}} ]; then
- cp $file ${ETCDIR}/
- fi
- done
- fi
/bin/sh ${DAEMONDIR}/post-install tempdir=/tmp \
daemon_directory=${DAEMONDIR} \
upgrade-package