diff options
author | jmz <jmz@FreeBSD.org> | 2000-03-04 06:13:12 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-03-04 06:13:12 +0800 |
commit | 6802f9e9230157ebddfd5e47fb2aaa18f7f86672 (patch) | |
tree | 198609ecf8c423953b61ade1e07ca8b3a3e4a660 /games/xjewel | |
parent | 3b22e32e6a701544cb9c3ee20c573c85ca524aec (diff) | |
download | freebsd-ports-gnome-6802f9e9230157ebddfd5e47fb2aaa18f7f86672.tar.gz freebsd-ports-gnome-6802f9e9230157ebddfd5e47fb2aaa18f7f86672.tar.zst freebsd-ports-gnome-6802f9e9230157ebddfd5e47fb2aaa18f7f86672.zip |
Fix MASTER_SITES
PR: ports/17162
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/xjewel')
-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 |