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/libgii | |
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/libgii')
-rw-r--r-- | graphics/libgii/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgii/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgii/Makefile b/graphics/libgii/Makefile index f4b07938883..b70e271b52d 100644 --- a/graphics/libgii/Makefile +++ b/graphics/libgii/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/24 02:31:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:26 wiz Exp $ # DISTNAME= libgii-0.6 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.ggi-project.org/pub/ggi/ggi/current/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.ggi-project.org/ +COMMENT= General Input Interface - API for all possible input sources GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-mutexes=int \ diff --git a/graphics/libgii/pkg/COMMENT b/graphics/libgii/pkg/COMMENT deleted file mode 100644 index 4d4ffbae2d4..00000000000 --- a/graphics/libgii/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -General Input Interface - API for all possible input sources |