diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-22 12:13:29 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-22 12:13:29 +0000 |
commit | 5039b3229e9ecf69af0c929d1b10980bcd76ad7a (patch) | |
tree | c101f53372e74f976cb638b6ecc8d8b9f7a9c533 /editors | |
parent | de06a00923718210439a27020016a65bd4c8bf4a (diff) | |
download | ports-5039b3229e9ecf69af0c929d1b10980bcd76ad7a.tar.gz ports-5039b3229e9ecf69af0c929d1b10980bcd76ad7a.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 5b9087e66945..8266e3c25a5c 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -23,7 +23,7 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.vse.cz/pub/network/mail/pine/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \ ftp://giswitch.sggw.waw.pl/pub/unix/pine/ \ - ftp://ftp.ucr.ac.cr/pub/Unix/mail/pine \ + ftp://ftp.ucr.ac.cr/pub/Unix/mail/pine/ \ ftp://ftp.ut.ee/pub/unix/mail/pine/ DISTNAME= pine${pineversion} |