diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
commit | b2fc2bafbb36e96b6f432def88f0f29b3db470aa (patch) | |
tree | ef4c6d3e50a6e20fdd0e0ba7e48509f2c2e0ba6e /games | |
parent | Whitespace cleanup (diff) |
Add virtual category "linux" to Linux apps and support libs/utils.
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/Makefile | 2 | ||||
-rw-r--r-- | games/linuxdoom/Makefile | 4 | ||||
-rw-r--r-- | games/rollemup/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index efecbf6a1fad..9ed401bffe45 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -8,7 +8,7 @@ DISTNAME= adom-099g15-elf PKGNAME= adom-0.99.g15 -CATEGORIES= games +CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ MAINTAINER= rover@lglobus.ru diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 3aae0f4c2778..d75af826f68c 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: games +# New ports collection makefile for: linux doom # Version required: 1.8 # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com @@ -8,7 +8,7 @@ DISTNAME= doom-1.8 PKGNAME= linuxdoom-1.8 -CATEGORIES= games +CATEGORIES= games linux MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/doom DISTFILES= linux-doom-1.8.tar.gz musserver.tgz smooth-joystick4doom.tgz diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 5da61bf6b04b..e62879b1f984 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -9,7 +9,7 @@ DISTNAME= Rollemup PKGNAME= rollemup-1.0 -CATEGORIES= games +CATEGORIES= games linux MASTER_SITES= ftp://usa.lostboys.nl/pub/medialab/rollemup/Linux/ MAINTAINER= sanpei@jp.FreeBSD.org |