diff options
author | kris <kris@FreeBSD.org> | 2002-11-13 22:45:36 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-13 22:45:36 +0000 |
commit | 9de37846d34d8dba4c0f6cd09ac69e9251f0c7c1 (patch) | |
tree | 7ab3054385803d8a99f3b52db53776d900dc206c /mail/dovecot | |
parent | 0a137d3fc9e78711d363e26fe519b98d63619dbc (diff) | |
download | FreeBSD-ports-9de37846d34d8dba4c0f6cd09ac69e9251f0c7c1.zip FreeBSD-ports-9de37846d34d8dba4c0f6cd09ac69e9251f0c7c1.tar.gz |
Use standard PORTDOCS in PLIST_SUB instead of rolling our own, and
fix a syntax error in post-install target
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 8 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 12 |
2 files changed, 7 insertions, 13 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 121123c..6087982 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -17,12 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-shadow --enable-ipv6 \ --localstatedir=/var/dovecot -.if !defined(NOPORTDOCS) -PLIST_SUB+= DOCS="" -.else -PLIST_SUB+= DOCS="@comment " -.endif - pre-build: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/dovecot-example.conf @@ -37,7 +31,7 @@ post-install: @${MKDIR} /var/dovecot/login @${CHOWN} imapd:imapd /var/dovecot @if [ ! -f ${PREFIX}/etc/rc.d/dovecot-imapd.sh ]; then \ - ${ECHO} "Installing dovecot-imapd.sh startup file."; + ${ECHO} "Installing dovecot-imapd.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dovecot-imapd.sh \ ${PREFIX}/etc/rc.d/dovecot-imapd.sh; \ fi diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 69f0355..1323b7b 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -4,10 +4,10 @@ lib/dovecot/imap lib/dovecot/imap-auth lib/dovecot/imap-login sbin/imap-master -%%DOCS%%share/doc/dovecot/auth.txt -%%DOCS%%share/doc/dovecot/design.txt -%%DOCS%%share/doc/dovecot/nfs.txt -%%DOCS%%share/doc/dovecot/index.txt -%%DOCS%%share/doc/dovecot/multiaccess.txt -%%DOCS%%@dirrm share/doc/dovecot +%%PORTDOCS%%share/doc/dovecot/auth.txt +%%PORTDOCS%%share/doc/dovecot/design.txt +%%PORTDOCS%%share/doc/dovecot/nfs.txt +%%PORTDOCS%%share/doc/dovecot/index.txt +%%PORTDOCS%%share/doc/dovecot/multiaccess.txt +%%PORTDOCS%%@dirrm share/doc/dovecot @dirrm lib/dovecot |