diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-05-10 18:19:38 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-05-10 18:19:38 +0000 |
commit | 8ee68ce31da2c86da39a8bf721dff6634fe6b548 (patch) | |
tree | d51b42d2b55352cce2f37307241e5ee3ecb24172 /games/xsol | |
parent | d58af26997883ea5b7a47ef761b21c035a0709f8 (diff) | |
download | ports-8ee68ce31da2c86da39a8bf721dff6634fe6b548.tar.gz ports-8ee68ce31da2c86da39a8bf721dff6634fe6b548.zip |
Notes
Diffstat (limited to 'games/xsol')
-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 e511748eff05..3fa0eedfd17d 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 |