diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /games/xasteroids | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Notes
Diffstat (limited to 'games/xasteroids')
-rw-r--r-- | games/xasteroids/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 1fe9dc5c2b2b..9a22fa0d1aa7 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -3,12 +3,12 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/04/01 12:45:08 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/11 00:20:22 asami Exp $ # DISTNAME= xasteroids PKGNAME= xasteroids-5.0 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/ EXTRACT_SUFX= .sh.Z |