diff options
author | steve <steve@FreeBSD.org> | 1998-06-08 07:01:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-06-08 07:01:28 +0800 |
commit | 6f8757e01afcf1097a3686ec6b09163b989697a3 (patch) | |
tree | 57437aefc41ab78d4e08d3504ef4f794d37ca670 | |
parent | 13278122b34d89995b9d94efaefb7c51a8a9cd2d (diff) | |
download | freebsd-ports-gnome-6f8757e01afcf1097a3686ec6b09163b989697a3.tar.gz freebsd-ports-gnome-6f8757e01afcf1097a3686ec6b09163b989697a3.tar.zst freebsd-ports-gnome-6f8757e01afcf1097a3686ec6b09163b989697a3.zip |
Put a copy of the distfile in my home directory until
the stable 4.1 sources are released.
Suggested by: asami
-rw-r--r-- | mail/imap-uw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 34e65d31d0bb..3d1a5a0a953d 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -3,13 +3,14 @@ # Date created: 9 Jan 1997 # Whom: pst # -# $Id: Makefile,v 1.11 1997/12/31 16:50:59 pst Exp $ +# $Id: Makefile,v 1.12 1998/05/30 16:45:51 steve Exp $ # DISTNAME= imap-4.1.BETA PKGNAME= imap-uw-4.1b CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ +MASTER_SITES= http://www.freebsd.org/~steve/ \ + ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro |