diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-30 21:33:40 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-30 21:33:40 +0000 |
commit | 0ef14f3cc8f739aa1ae758b309e6e184dc703a4f (patch) | |
tree | deebed51aee4158e3338b84335b223f84384d8fd /games/xpilot/Makefile | |
parent | b6b0521b76ce19b43ea8115deb99ad7618bce45c (diff) | |
download | ports-0ef14f3cc8f739aa1ae758b309e6e184dc703a4f.tar.gz ports-0ef14f3cc8f739aa1ae758b309e6e184dc703a4f.zip |
CATEGORIES+= -> CATEGORIES=
Notes
Notes:
svn path=/head/; revision=5139
Diffstat (limited to 'games/xpilot/Makefile')
-rw-r--r-- | games/xpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 9cb98ed68b6d..c317e002dbe3 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -3,11 +3,11 @@ # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.3 1996/06/26 19:55:06 swallace Exp $ +# $Id: Makefile,v 1.7 1996/11/21 20:23:10 swallace Exp $ # DISTNAME= xpilot-3.5.1 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/ USE_IMAKE= yes |