diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 02:36:36 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 02:36:36 +0800 |
commit | d1fb8d11b487247a2367e844845019234be97610 (patch) | |
tree | 54e155258abdcff8cd24ac43ad0aa6ceeab2a515 | |
parent | c48fe50b99108a1779af051c6799228a3e3901be (diff) | |
download | freebsd-ports-gnome-d1fb8d11b487247a2367e844845019234be97610.tar.gz freebsd-ports-gnome-d1fb8d11b487247a2367e844845019234be97610.tar.zst freebsd-ports-gnome-d1fb8d11b487247a2367e844845019234be97610.zip |
remove one MASTER_SITE, no longer works
PR: 27958
Reviewed by: will
-rw-r--r-- | mail/newmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile index 962fe4273ac7..44c9c46f7bc5 100644 --- a/mail/newmail/Makefile +++ b/mail/newmail/Makefile @@ -8,8 +8,7 @@ PORTNAME= newmail PORTVERSION= 1.0.1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \ - ftp://css.tuu.utas.edu.au/pub/unix/newmail/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ MAINTAINER= andrew@ugh.net.au |