diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-22 20:13:29 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-22 20:13:29 +0800 |
commit | ed49b2ceb39b51cf43c28df2d921dcbf8bbb4e69 (patch) | |
tree | dd8a520bf72df5d5de7de1bab427f53dc0cbd761 /editors | |
parent | c183892cba5a5eebbf0cc98111bf31cbe350eb7a (diff) | |
download | freebsd-ports-gnome-ed49b2ceb39b51cf43c28df2d921dcbf8bbb4e69.tar.gz freebsd-ports-gnome-ed49b2ceb39b51cf43c28df2d921dcbf8bbb4e69.tar.zst freebsd-ports-gnome-ed49b2ceb39b51cf43c28df2d921dcbf8bbb4e69.zip |
Fixed a missing "/" on one of the MASTER_SITES.
PR: 25260
Submitted by: MAINTAINER
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} |