diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/arena | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 3 | ||||
-rw-r--r-- | www/arena/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index cb40b426260..01ca27ec7fc 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/02/05 09:01:05 tron Exp $ +# $NetBSD: Makefile,v 1.31 2001/02/17 17:21:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.yggdrasil.com/Products/Arena/ +COMMENT= Experimental HTML 3 browser, supports math and style sheets BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext diff --git a/www/arena/pkg/COMMENT b/www/arena/pkg/COMMENT deleted file mode 100644 index 436b8b8f365..00000000000 --- a/www/arena/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Experimental HTML 3 browser, supports math and style sheets |