summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-12-30 06:29:41 +0000
committermartti <martti@pkgsrc.org>2005-12-30 06:29:41 +0000
commitee0069539e4b29f005bf10b5b1abe0e2ad02aa5a (patch)
tree7e3fa7e0871dce1eac2e0cb957abbbc413c67819 /mail
parent2003751e2770909ca458244f9f95f3cab3e2070c (diff)
downloadpkgsrc-ee0069539e4b29f005bf10b5b1abe0e2ad02aa5a.tar.gz
Make sure ${spooletcdir} exists. Bump PKGREVISION as this affects
the binary package.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile4
-rw-r--r--mail/postfix-current/files/postfix.sh3
-rw-r--r--mail/postfix/Makefile4
-rw-r--r--mail/postfix/files/postfix.sh3
4 files changed, 8 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 5847488ae00..8238858c5b2 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2005/12/29 06:21:52 jlam Exp $
+# $NetBSD: Makefile,v 1.52 2005/12/30 06:29:41 martti Exp $
DISTNAME= postfix-2.3-20051128
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
http://public.planetmirror.com.au/pub/postfix/experimental/
diff --git a/mail/postfix-current/files/postfix.sh b/mail/postfix-current/files/postfix.sh
index b289b6fbc4c..8f904f42da6 100644
--- a/mail/postfix-current/files/postfix.sh
+++ b/mail/postfix-current/files/postfix.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: postfix.sh,v 1.3 2004/07/31 05:53:44 jlam Exp $
+# $NetBSD: postfix.sh,v 1.4 2005/12/30 06:29:41 martti Exp $
#
# PROVIDE: mail
@@ -30,6 +30,7 @@ postfix_precmd()
# is used).
#
+ [ ! -d ${spooletcdir} ] && mkdir -p ${spooletcdir}
for f in localtime resolv.conf services; do
if [ -f /etc/$f ]; then
cmp -s /etc/$f ${spooletcdir}/$f || \
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 6d5a552b2b3..a8974bffb60 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.171 2005/12/29 06:21:52 jlam Exp $
+# $NetBSD: Makefile,v 1.172 2005/12/30 06:29:41 martti Exp $
DISTNAME= postfix-2.2.6
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
diff --git a/mail/postfix/files/postfix.sh b/mail/postfix/files/postfix.sh
index 6daf21c2375..6c35eb99a21 100644
--- a/mail/postfix/files/postfix.sh
+++ b/mail/postfix/files/postfix.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: postfix.sh,v 1.4 2004/07/19 22:02:15 jlam Exp $
+# $NetBSD: postfix.sh,v 1.5 2005/12/30 06:29:41 martti Exp $
#
# PROVIDE: mail
@@ -30,6 +30,7 @@ postfix_precmd()
# is used).
#
+ [ ! -d ${spooletcdir} ] && mkdir -p ${spooletcdir}
for f in localtime resolv.conf services; do
if [ -f /etc/$f ]; then
cmp -s /etc/$f ${spooletcdir}/$f || \