diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
commit | 18f91c2428efb135912eb032a01a80bcc1d5c896 (patch) | |
tree | 362b6ce1ba3d28e8aa2061ab765dade5a0c921eb /games/xasteroids | |
parent | eefb5a8dd3a3906781bb98f02e88d1896012ac04 (diff) | |
download | ports-18f91c2428efb135912eb032a01a80bcc1d5c896.tar.gz ports-18f91c2428efb135912eb032a01a80bcc1d5c896.zip |
Notes
Diffstat (limited to 'games/xasteroids')
-rw-r--r-- | games/xasteroids/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 5bf381f61c93..2b5f7ad09ff0 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -3,13 +3,14 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/05/30 06:48:34 fenner Exp $ +# $Id: Makefile,v 1.9 1998/09/28 02:14:47 steve Exp $ # DISTNAME= xasteroids PKGNAME= xasteroids-5.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ + ftp://ftp.belgium.eu.net/pub/X11/R5contrib/ EXTRACT_SUFX= .sh.Z MAINTAINER= swallace@FreeBSD.org |