diff options
author | abs <abs@pkgsrc.org> | 2001-05-17 08:38:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-17 08:38:42 +0000 |
commit | d67a3f63b3f4ba1684e1c9a35f65737bfcc21439 (patch) | |
tree | 822f0529fc298e01120f1a1147886ef3ab8e9df8 /devel/libg++/Makefile | |
parent | ec13ac2e64e9c090da252d059c7ca1478375cbc9 (diff) | |
download | pkgsrc-d67a3f63b3f4ba1684e1c9a35f65737bfcc21439.tar.gz |
Lose leading '(The|the) ' from COMMENT
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index b9a3d21fddf..0374f1dc186 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/04/04 16:26:12 skrll Exp $ +# $NetBSD: Makefile,v 1.19 2001/05/17 08:38:44 abs Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org -COMMENT= The GNU C++ Class Library +COMMENT= GNU C++ Class Library .if !exists(/usr/lib/libstdc++.so.2.0) IGNORE= '${PKGNAME} is designed for NetBSD>=1.4. NetBSD 1.3(.x) comes with this in-tree' |