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/xonix | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'games/xonix')
-rw-r--r-- | games/xonix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xonix/Makefile b/games/xonix/Makefile index 0f457e56c3c8..7a078a190da0 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -3,12 +3,12 @@ # Date created: 3 May 1995 # Whom: joerg # -# $Id: Makefile,v 1.2 1995/05/04 12:02:55 asami Exp $ +# $Id: Makefile,v 1.3 1995/09/23 08:52:40 joerg Exp $ # DISTNAME= xonix-1.4 +CATEGORIES= games MASTER_SITES= ftp://ftp.inf.tu-dresden.de/pub/people/wunsch/xonix/ -CATEGORIES+= games MAINTAINER= joerg@FreeBSD.org |