diff options
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index bc13f5e..d90e32b 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.beta3 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ @@ -114,6 +115,7 @@ pre-install: post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 22f38d9..dcb0d6e 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -39,5 +39,6 @@ libexec/dovecot/ssl-build-param @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw -share/dovecot/mkcert.sh -@dirrm share/dovecot +%%DATADIR%%/dovecot-openssl.cnf +%%DATADIR%%/mkcert.sh +@dirrm %%DATADIR%% |