diff options
author | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:10:41 +0000 |
commit | 98241a1a9938b8c1e7729645aca8072f4b06e0ac (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/xconq | |
parent | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (diff) | |
download | pkgsrc-98241a1a9938b8c1e7729645aca8072f4b06e0ac.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/xconq')
-rw-r--r-- | games/xconq/Makefile | 3 | ||||
-rw-r--r-- | games/xconq/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 3b67d40c291..d2728f4da62 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/01/24 18:44:58 he Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 15:11:01 wiz Exp $ DISTNAME= xconq-7.4.1 CATEGORIES= games x11 @@ -6,6 +6,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/xconq/ MAINTAINER= kleink@netbsd.org HOMEPAGE= http://sources.redhat.com/xconq/ +COMMENT= Xconq is a general strategy game system DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= tk-8.3.2:../../x11/tk diff --git a/games/xconq/pkg/COMMENT b/games/xconq/pkg/COMMENT deleted file mode 100644 index 221677aa27d..00000000000 --- a/games/xconq/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Xconq is a general strategy game system |