diff options
author | Paul Richards <paul@FreeBSD.org> | 2000-05-13 17:18:14 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 2000-05-13 17:18:14 +0000 |
commit | 5b2a0f0a23cd72e223b36d0525e64d179756b991 (patch) | |
tree | 05ddfc02dd2f79e1e76edda5303ae6387717ab36 /mail/cyrus-imapd22/Makefile | |
parent | 361c7337a3daa61501b06723a430c42915bfd265 (diff) |
Notes
Diffstat (limited to 'mail/cyrus-imapd22/Makefile')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 36413bc3efd9..16c41008f8ce 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -6,12 +6,12 @@ # PORTNAME= cyrus -PORTVERSION= 1.5.19 +PORTVERSION= 1.6.22 CATEGORIES= mail tcl82 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://people.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/ -DISTNAME= ${PORTNAME}-imapd-v${PORTVERSION} +DISTNAME= ${PORTNAME}-imapd-${PORTVERSION} MAINTAINER= stb@FreeBSD.org @@ -23,7 +23,7 @@ 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-sasldir=/usr/local \ --with-tclsh=${PREFIX}/bin/tclsh8.2 \ --with-auth=unix \ --with-com-err @@ -44,7 +44,7 @@ pre-install: DOCS= README acl-extension anoncvs bugs changes copyrights install \ mailing-list overview quota-extension server-design HTDOCS= anoncvs bugs changes index install mailing-list overview \ - readme unpack + questions readme sieve-protocol sieve post-install: @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota .if !defined(NOPORTDOCS) |