diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-28 20:59:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-28 20:59:38 +0000 |
commit | fe443dcb13330cd7113cd4d1639612509055d1bd (patch) | |
tree | dc5170f6276a3c39c5293d1a17eb84844ef33feb /mail | |
parent | f0eb1f8a8fe5f73e8b26893928a471d5634feb08 (diff) |
- Set NOPORTDOCS
PR: 110942
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=188695
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/dovecot-devel/pkg-plist | 4 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 1 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index ed3a9174834a..97160d1458c2 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.rc28 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot-devel/pkg-plist b/mail/dovecot-devel/pkg-plist index 9c93356961c8..849943c7f720 100644 --- a/mail/dovecot-devel/pkg-plist +++ b/mail/dovecot-devel/pkg-plist @@ -1,9 +1,9 @@ @comment $FreeBSD$ @unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi etc/dovecot-example.conf -etc/dovecot-ldap-example.conf -etc/dovecot-sql-example.conf @exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi +%%PORTDOCS%%etc/dovecot-ldap-example.conf +%%PORTDOCS%%etc/dovecot-sql-example.conf @dirrmtry include/dovecot lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib02_lazy_expunge_plugin.so diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index ed3a9174834a..97160d1458c2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.0.rc28 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 9c93356961c8..849943c7f720 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -1,9 +1,9 @@ @comment $FreeBSD$ @unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi etc/dovecot-example.conf -etc/dovecot-ldap-example.conf -etc/dovecot-sql-example.conf @exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi +%%PORTDOCS%%etc/dovecot-ldap-example.conf +%%PORTDOCS%%etc/dovecot-sql-example.conf @dirrmtry include/dovecot lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib02_lazy_expunge_plugin.so |