summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:43 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:43 +0000
commit1315270df55fa99cbd0acab752025f7949a3b0e9 (patch)
tree9c76de538fbe3fb6cfb911ffea9092d2ee12e144 /mail
parentbbf30f9ca12157d09d27dc10bbcc9b4347420483 (diff)
downloadpkgsrc-1315270df55fa99cbd0acab752025f7949a3b0e9.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot/Makefile4
-rw-r--r--mail/dovecot2/Makefile4
-rw-r--r--mail/exim/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 7f943805573..434776c36b2 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.171 2014/04/09 07:27:11 obache Exp $
+# $NetBSD: Makefile,v 1.172 2014/06/14 10:16:40 wiedi Exp $
DOVECOT_VERSION= 1.2
DOVECOT_SUBVERSION= .17
@@ -46,7 +46,7 @@ PKG_GECOS.${DOVECOT_USER}= Dovecot IMAP/POP3 user
EGDIR= ${PREFIX}/share/examples/dovecot
CONF_FILES= ${EGDIR}/dovecot-example.conf ${PKG_SYSCONFDIR}/dovecot.conf
-INSTALLATION_DIRS= libexec/dovecot sbin share/doc/dovecot \
+INSTALLATION_DIRS+= libexec/dovecot sbin share/doc/dovecot \
share/examples/dovecot
SUBST_CLASSES+= paths
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index ed98cbbb545..fd1737124a0 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2014/05/14 06:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.63 2014/06/14 10:17:15 wiedi Exp $
DISTNAME= dovecot-2.2.13
CATEGORIES= mail
@@ -51,7 +51,7 @@ CONF_FILES= ${EGDIR}/dovecot.conf ${PKG_SYSCONFDIR}/dovecot/dovecot-example.con
CONF_FILES+= ${EGDIR}/${file:Q} ${PKG_SYSCONFDIR}/dovecot/${file:Q}
.endfor
-INSTALLATION_DIRS= libexec/dovecot sbin share/doc/dovecot
+INSTALLATION_DIRS+= libexec/dovecot sbin share/doc/dovecot
INSTALLATION_DIRS+= share/examples/dovecot share/examples/dovecot/conf.d
OWN_DIRS= ${PKG_SYSCONFDIR}/dovecot/
OWN_DIRS+= ${PKG_SYSCONFDIR}/dovecot/conf.d
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 6fb9cda5d3c..3705b5e7941 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2014/05/29 23:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2014/06/14 10:18:05 wiedi Exp $
DISTNAME= exim-4.82.1
PKGREVISION= 1
@@ -115,7 +115,7 @@ post-build:
${FILESDIR}/mailer.conf.exim \
> ${WRKDIR}/mailer.conf
-INSTALLATION_DIRS = ${PKGMANDIR}/man8 sbin share/examples/exim share/doc/exim
+INSTALLATION_DIRS+= ${PKGMANDIR}/man8 sbin share/examples/exim share/doc/exim
post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${EXAMPLESDIR}