diff options
author | wiz <wiz> | 2001-11-21 22:12:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-11-21 22:12:24 +0000 |
commit | ca54febce3487557911cd62c12e4ba0a8aa138ed (patch) | |
tree | 0bac4173971e89dca643aadc5c7fc3a9a71901ed | |
parent | e1cbd0b961bfde35229e14b6d3c90e589503c1ef (diff) | |
download | pkgsrc-ca54febce3487557911cd62c12e4ba0a8aa138ed.tar.gz |
Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi.
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 4c80c758c85..050eb1d8284 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/10/18 15:20:25 veego Exp $ +# $NetBSD: Makefile,v 1.21 2001/11/21 22:12:24 wiz Exp $ DISTNAME= cyrus-imapd-2.0.16 SVR4_PKGNAME= cimap @@ -101,7 +101,7 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${FILESDIR}/imapd.conf ${EGDIR} ${INSTALL_DATA_DIR} ${HTMLDIR} - cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html ${HTMLDIR} + cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html cyrusv2.mc ${HTMLDIR} cd ${WRKSRC}/master/conf; ${INSTALL_DATA} *.conf ${EGDIR} PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL diff --git a/mail/cyrus-imapd/PLIST b/mail/cyrus-imapd/PLIST index a794139701c..4e2e82a5c4f 100644 --- a/mail/cyrus-imapd/PLIST +++ b/mail/cyrus-imapd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:59:46 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/21 22:12:24 wiz Exp $ bin/imtest bin/installsieve bin/sieveshell @@ -73,6 +73,7 @@ share/doc/html/cyrus-imapd/anoncvs.html share/doc/html/cyrus-imapd/bugs.html share/doc/html/cyrus-imapd/changes.html share/doc/html/cyrus-imapd/cyradm.1.html +share/doc/html/cyrus-imapd/cyrusv2.mc share/doc/html/cyrus-imapd/faq.html share/doc/html/cyrus-imapd/feedback.html share/doc/html/cyrus-imapd/index.html |