diff options
author | mi <mi@FreeBSD.org> | 2002-02-11 02:24:05 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-02-11 02:24:05 +0800 |
commit | 4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec (patch) | |
tree | 71b22f9d4c20287c9f4a9bb4a7deb0e85248eafa /graphics/jbigkit | |
parent | 6f5dca37c57b4acc2580af134ce67ce0c9cfaf98 (diff) | |
download | freebsd-ports-gnome-4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec.tar.gz freebsd-ports-gnome-4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec.tar.zst freebsd-ports-gnome-4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec.zip |
Chase the master site -- the original one, which just about
every search engine is still pointing to, no longer allows
anonymouse FTP login. Thanks to the submitter for looking into
the obvious place -- right in front of my nose -- in the source
itself, and submitting the other location, that still works.
PR: ports/34787
Submitted by: Ted Mittelstaedt
Diffstat (limited to 'graphics/jbigkit')
-rw-r--r-- | graphics/jbigkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile index bad3064d4351..bd44c1b5f83c 100644 --- a/graphics/jbigkit/Makefile +++ b/graphics/jbigkit/Makefile @@ -8,7 +8,7 @@ PORTNAME= jbigkit PORTVERSION= 1.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/ +MASTER_SITES= http://www.cl.cam.ac.uk/~mgk25/download/ MAINTAINER= mi@aldan.algebra.com |