diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /games/xmris/Makefile | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/xmris/Makefile')
-rw-r--r-- | games/xmris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index dfa9661..feea364 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -3,12 +3,12 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.10 1995/04/11 00:20:50 asami Exp $ DISTNAME= xmris.4.02 PKGNAME= xmris-4.02 +CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ -CATEGORIES+= games MAINTAINER= jmz@FreeBSD.org |