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/xarchon | |
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/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 3 | ||||
-rw-r--r-- | games/xarchon/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 819ac1146c3..a82d6f2f501 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/23 23:14:26 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/16 15:10:59 wiz Exp $ # DISTNAME= xarchon-0.50 @@ -8,6 +8,7 @@ MASTER_SITES= http://xarchon.seul.org/ \ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xarchon.seul.org/ +COMMENT= Chess-like strategy game with battle options DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= esound-*:../../audio/esound diff --git a/games/xarchon/pkg/COMMENT b/games/xarchon/pkg/COMMENT deleted file mode 100644 index 0950f9019ff..00000000000 --- a/games/xarchon/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Chess-like strategy game with battle options |