diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
commit | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/g2 | |
parent | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (diff) | |
download | pkgsrc-a2a4d06c6fe93107eedfcc3d009672fe424ac7ef.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/g2')
-rw-r--r-- | graphics/g2/Makefile | 3 | ||||
-rw-r--r-- | graphics/g2/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index ef7c627608a..623ac0fa41b 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/08 22:21:51 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:19 wiz Exp $ DISTNAME= g2-0.40 CATEGORIES= graphics @@ -6,6 +6,7 @@ MASTER_SITES= ftp://g2.sourceforge.net/pub/g2/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://g2.sourceforge.net/ +COMMENT= Powerful, easy to use 2D graphics library GNU_CONFIGURE= yes USE_X11= yes diff --git a/graphics/g2/pkg/COMMENT b/graphics/g2/pkg/COMMENT deleted file mode 100644 index f2a5e9e95db..00000000000 --- a/graphics/g2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Powerful, easy to use 2D graphics library |