diff options
author | garbled <garbled> | 1998-12-31 23:54:54 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-12-31 23:54:54 +0000 |
commit | e7ddace4e1c8daf5849b26dd9477d9f914a63047 (patch) | |
tree | 168ad0fa14a2697b5c7804d606ad3d6e2439fff7 /graphics | |
parent | 1c175cb37ffdedbe3d71796e4f4d1e4abea826fb (diff) | |
download | pkgsrc-e7ddace4e1c8daf5849b26dd9477d9f914a63047.tar.gz |
The mater site doesn't *have* imlib-1.8.2, but the mirror sites do. Go
figure. Anyhow.. the master site is a real PITA to connect to. Change
master site to something more useful.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 18cb85cf913..a1a2820ed7c 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 1998/12/21 16:50:01 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/12/31 23:54:54 garbled Exp $ # DISTNAME= imlib-1.8.2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gnome.org/pub/imlib/TAR/ +MASTER_SITES= ftp://gnomeftp.wgn.net/pub/gnome/sources/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.labs.redhat.com/imlib/ |