diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-16 03:22:48 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-16 03:22:48 +0800 |
commit | 3b13c68a5d2df9157aac9e57a0337899191a7f2a (patch) | |
tree | ea8b0927b0060f21d78551d07a3f1c49e17d7ae2 /mail/dovecot | |
parent | a876c24d164bcce9991a3e9035c8489605a74d7c (diff) | |
download | freebsd-ports-gnome-3b13c68a5d2df9157aac9e57a0337899191a7f2a.tar.gz freebsd-ports-gnome-3b13c68a5d2df9157aac9e57a0337899191a7f2a.tar.zst freebsd-ports-gnome-3b13c68a5d2df9157aac9e57a0337899191a7f2a.zip |
- Install dovecot-openssl.cnf
- Bump PORTREVISION
- portlint(1)
PR: 94117
Notified by: Jim C.Nasby <decibel___decibel.org>
Submitted by: maintainer
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 bc13f5e16f25..d90e32b66c18 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 22f38d9970a3..dcb0d6e7dd67 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%% |