diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-06-14 10:14:43 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-06-14 10:14:43 +0000 |
commit | 1315270df55fa99cbd0acab752025f7949a3b0e9 (patch) | |
tree | 9c76de538fbe3fb6cfb911ffea9092d2ee12e144 /mail/dovecot | |
parent | bbf30f9ca12157d09d27dc10bbcc9b4347420483 (diff) | |
download | pkgsrc-1315270df55fa99cbd0acab752025f7949a3b0e9.tar.gz |
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |