diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 220325988af82dd6e1b8e09227eec26115852697 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/quake3arena | |
parent | d7d375166804180b99de6a2eb77d406136e65d5c (diff) | |
download | pkgsrc-220325988af82dd6e1b8e09227eec26115852697.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 3 | ||||
-rw-r--r-- | games/quake3arena/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 4c973f946d4..541bd999b16 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 23:58:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 15:10:57 wiz Exp $ # DISTNAME= linuxq3apoint-1.17.x86 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .run MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.quake3arena.com/ +COMMENT= Quake 3 Arena -- first person shooter (binary only, no data files) DEPENDS+= suse_base>=6.3:../../emulators/suse_base DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 diff --git a/games/quake3arena/pkg/COMMENT b/games/quake3arena/pkg/COMMENT deleted file mode 100644 index 3491e5f0a5f..00000000000 --- a/games/quake3arena/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Quake 3 Arena -- first person shooter (binary only, no data files) |