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/quakeserver | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index 83f00ea..38af61f 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,11 +3,11 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1996/10/28 19:16:36 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/10/30 16:22:51 jfitz Exp $ # PKGNAME= quakeserver-1.01 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://ftp.stomped.com/pub/idstuff/quake/ \ ftp://ftp.stomped.com/pub/quake/x_linux/ \ ftp://ftp1.idsoftware.com/idstuff/quake/ \ @@ -18,7 +18,6 @@ MASTER_SITES= ftp://ftp.stomped.com/pub/idstuff/quake/ \ ftp://PC/games/DOOM/idstuff/quake/ \ ftp://ftp.sun.ac.za/pub/msdos/idgames/idstuff/quake/ \ ftp://iconz.co.nz/pub/quake/ - DISTFILES= quake101.zip \ quake-FreeBSD.tar.gz \ intel_linux_quake101.tgz |