diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-22 15:14:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-22 15:14:57 +0000 |
commit | e21cbb67adf186ff89c76180e818c2b8c0a5746c (patch) | |
tree | 6bf35cf47e91efbc8e28f9b0812906cb7ef134d4 /mail/imap-uw | |
parent | da8e305fe1ec0faea347b5fce68988a4cabc3b35 (diff) | |
download | freebsd-ports-e21cbb67adf186ff89c76180e818c2b8c0a5746c.zip |
Don't forget the trailing '/'.
PR: 8019
Submitted by: maintainer
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index ff0e9436170a..731820752c8a 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -3,13 +3,13 @@ # Date created: 9 Jan 1997 # Whom: pst # -# $Id: Makefile,v 1.15 1998/07/31 06:47:01 tg Exp $ +# $Id: Makefile,v 1.16 1998/09/19 21:29:29 steve Exp $ # DISTNAME= imap-4.2 PKGNAME= imap-uw-4.2 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old \ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \ http://www.freebsd.org/~steve/ EXTRACT_SUFX= .tar.Z |