diff options
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 139f9d9fbfed..f53d170eb816 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -3,14 +3,18 @@ # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.9 1995/10/02 14:04:54 ache Exp $ +# $Id: Makefile,v 1.10 1995/10/11 08:21:33 asami Exp $ # DISTNAME= jpegsrc.v6 PKGNAME= jpeg-6 CATEGORIES+= graphics -MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ - ftp://ftp.netcom.com/pub/tg/tgl/uunet/ +MASTER_SITES= ftp://nic.switch.ch/mirror/ghost/ \ + ftp://ftp.zam.kfa-juelich.de/pub/graphics/JPEG/ \ + ftp://scotch.csua.berkeley.edu/pub/gimp/old/ \ + ftp://ftp.efd.lth.se/pub/graphic/ \ + ftp://rcs1.urz.tu-dresden.de/pub/soft/tex/tex.dante/support/ghostscript/ \ + ftp://sun.dante.de/tex-archive/support/ghostscript/ WRKSRC= ${WRKDIR}/jpeg-6 GNU_CONFIGURE= yes |