diff options
author | krion <krion@FreeBSD.org> | 2004-05-30 00:34:35 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-30 00:34:35 +0800 |
commit | afeb4b65e5622ef8c1a79e9754d70627af4ccc56 (patch) | |
tree | 42919e401ad343445ee194ffd22a80f09549b9c2 /editors/fpc-ide | |
parent | 33e3a272cb90e72c0b4e87c4781f3d920f92df9c (diff) | |
download | freebsd-ports-gnome-afeb4b65e5622ef8c1a79e9754d70627af4ccc56.tar.gz freebsd-ports-gnome-afeb4b65e5622ef8c1a79e9754d70627af4ccc56.tar.zst freebsd-ports-gnome-afeb4b65e5622ef8c1a79e9754d70627af4ccc56.zip |
- Fix MASTER_SITES
PR: ports/67344
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'editors/fpc-ide')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 7d845417ff06..3f72945f85f8 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -9,7 +9,7 @@ PORTNAME= ide PORTVERSION= 1.0.10 CATEGORIES= editors lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ - http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ + ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \ ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ |