diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-03-04 06:13:12 +0800 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-03-04 06:13:12 +0800 |
commit | 13bab5d0f0f563244b43f4187b1b8059a20c7765 (patch) | |
tree | e45143176eee94b67170f8937e6abda4e0b032cb /games/xjewel/Makefile | |
parent | b33604f5995e5db45965e18e4c4a056820a828ab (diff) | |
download | freebsd-ports-gnome-13bab5d0f0f563244b43f4187b1b8059a20c7765.tar.gz freebsd-ports-gnome-13bab5d0f0f563244b43f4187b1b8059a20c7765.tar.zst freebsd-ports-gnome-13bab5d0f0f563244b43f4187b1b8059a20c7765.zip |
Fix MASTER_SITES
PR: ports/17162
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r-- | games/xjewel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 6ccc5d377bf6..490956c7a101 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -10,7 +10,7 @@ DISTNAME= xjewel-1.6 CATEGORIES= games MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ \ ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.z MAINTAINER= jmz@FreeBSD.org |