diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-10 18:19:38 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-10 18:19:38 +0000 |
commit | bc6582c2aebd1055745791db401d026edebcb27e (patch) | |
tree | 61430868a2e0e1d3f323793d3c4a865e496b776e /games/xsol/Makefile | |
parent | 526e37674ae1e684bb7dfdf15965dc9678bab02f (diff) | |
download | FreeBSD-ports-bc6582c2aebd1055745791db401d026edebcb27e.zip FreeBSD-ports-bc6582c2aebd1055745791db401d026edebcb27e.tar.gz |
Fix MASTER_SITE
Submitted by: s974123@cc.matsuyama-u.ac.jp
Diffstat (limited to 'games/xsol/Makefile')
-rw-r--r-- | games/xsol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xsol/Makefile b/games/xsol/Makefile index e511748..3fa0eed 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -3,13 +3,14 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.8 1998/09/28 02:25:28 steve Exp $ +# $Id: Makefile,v 1.9 1999/03/08 21:03:08 steve Exp $ # DISTNAME= xsol-new PKGNAME= xsol-2.1.1 CATEGORIES= games -MASTER_SITES= http://ftp.tu-clausthal.de/pub/unix.new/games/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://ftp.tu-clausthal.de/pub/unix.new/games/ \ ftp://ftp.tu-clausthal.de/pub/unix.new/games/ MAINTAINER= swallace@FreeBSD.org |