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/xrisk/Makefile | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to '')
-rw-r--r-- | games/xrisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 7f442434a4c5..bdb91ba41940 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,11 +3,11 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.6 1996/03/07 02:19:45 asami Exp $ +# $Id: Makefile,v 1.7 1996/06/14 03:21:40 asami Exp $ # DISTNAME= xrisk-2.13 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z |