diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 18:20:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 18:20:21 +0000 |
commit | 69b1385a3fc546da92c70c2fc0680f919d59b570 (patch) | |
tree | 8f5c7610949ed0bfbaf14fe1261922b47688dccb /mail/cyrus-imapd/Makefile | |
parent | b49b74c37a2e14d9d6c4cff3434e722b2b0782f6 (diff) | |
download | ports-69b1385a3fc546da92c70c2fc0680f919d59b570.tar.gz ports-69b1385a3fc546da92c70c2fc0680f919d59b570.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd/Makefile')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 7cb7974c5c96..c26fc87c2604 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -8,7 +8,7 @@ DISTNAME= cyrus-imapd-v1.5.19 PKGNAME= cyrus-1.5.19 -CATEGORIES= mail tcl80 +CATEGORIES= mail tcl82 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.freebsd.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -17,14 +17,14 @@ MAINTAINER= stb@FreeBSD.org Y2K= http://andrew2.andrew.cmu.edu/cyrus/imapd/y2k.html -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ --with-login=unix_pwcheck \ - --with-tclsh=${PREFIX}/bin/tclsh8.0 \ + --with-tclsh=${PREFIX}/bin/tclsh8.2 \ --with-auth=unix \ --with-com-err @@ -59,8 +59,8 @@ post-install: ${PREFIX}/share/doc/cyrus/html @${ECHO} share/doc/cyrus/html/${file}.html >>${TMPPLIST} .endfor - @${ECHO} "@dirrm share/doc/cyrus/html" - @${ECHO} "@dirrm share/doc/cyrus" + @${ECHO} "@dirrm share/doc/cyrus/html" >>${TMPPLIST} + @${ECHO} "@dirrm share/doc/cyrus" >>${TMPPLIST} .endif ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ ${PREFIX}/etc/imapd.conf.dist |