aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-03-04 06:13:12 +0800
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-03-04 06:13:12 +0800
commit13bab5d0f0f563244b43f4187b1b8059a20c7765 (patch)
treee45143176eee94b67170f8937e6abda4e0b032cb
parentb33604f5995e5db45965e18e4c4a056820a828ab (diff)
downloadfreebsd-ports-13bab5d0f0f563244b43f4187b1b8059a20c7765.tar.gz
freebsd-ports-13bab5d0f0f563244b43f4187b1b8059a20c7765.tar.zst
freebsd-ports-13bab5d0f0f563244b43f4187b1b8059a20c7765.zip
Fix MASTER_SITES
PR: ports/17162 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=26512
-rw-r--r--games/xjewel/Makefile2
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