diff options
author | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | d01ef0378d37773eedc2b569913c63d8fed5b968 (patch) | |
tree | 97aa185d299a9b6b451fae93acaede51995a2417 /mail/cyrus-imapd2 | |
parent | 15908323f143e9b239d3f16ddfd00abf90ae488c (diff) | |
download | FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.zip FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.tar.gz |
Proper URLs that reference directories end in '/'
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index d10bc29..72c414d 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.13 1999/01/13 02:47:30 scrappy Exp $ +# $Id: Makefile,v 1.14 1999/03/11 21:47:14 scrappy Exp $ # DISTNAME= cyrus-imapd-v1.5.14 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ MAINTAINER= stb@FreeBSD.ORG Y2K= http://andrew2.andrew.cmu.edu/cyrus/imapd/y2k.html -WWW_SITE= http://andrew2.andrew.cmu.edu/cyrus/imapd +WWW_SITE= http://andrew2.andrew.cmu.edu/cyrus/imapd/ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend |