diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/quakedata | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/quakedata')
-rw-r--r-- | games/quakedata/Makefile | 3 | ||||
-rw-r--r-- | games/quakedata/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index 91077786ba3..eae1906d329 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/05 04:25:59 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:58 wiz Exp $ # Based on FreeBSD ports/games/quakeserver # FreeBSD: ports/games/quakeserver/Makefile,v 1.20 1999/08/31 06:44:23 mharo Exp # @@ -12,6 +12,7 @@ EXTRACT_SUFX= .zip MAINTAINER= itojun@kame.net HOMEPAGE= http://www.idsoftware.com/ +COMMENT= Game data files for Quake BUILD_DEPENDS= unzip:../../archivers/unzip BUILD_DEPENDS+= lha:../../archivers/lha diff --git a/games/quakedata/pkg/COMMENT b/games/quakedata/pkg/COMMENT deleted file mode 100644 index 77bf4d291c7..00000000000 --- a/games/quakedata/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Game data files for Quake |