diff options
author | abs <abs> | 2001-05-17 08:38:42 +0000 |
---|---|---|
committer | abs <abs> | 2001-05-17 08:38:42 +0000 |
commit | 138ffd59e62209be64a88c551b94c187c4c06492 (patch) | |
tree | 822f0529fc298e01120f1a1147886ef3ab8e9df8 /devel/libg++ | |
parent | 5658005e4cd8ebe3288ceb4e07b37c427ad7a877 (diff) | |
download | pkgsrc-138ffd59e62209be64a88c551b94c187c4c06492.tar.gz |
Lose leading '(The|the) ' from COMMENT
Diffstat (limited to 'devel/libg++')
-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' |