diff options
author | reed <reed> | 2004-09-23 15:57:40 +0000 |
---|---|---|
committer | reed <reed> | 2004-09-23 15:57:40 +0000 |
commit | 5626b05e43e89a48191b26bf545f2b48f9d3af2b (patch) | |
tree | 22c96b9bcfa2cc19b983f599fef07bed243d398d /pkgtools | |
parent | 6702e56545b33b571578799a46124da76520aa4f (diff) | |
download | pkgsrc-5626b05e43e89a48191b26bf545f2b48f9d3af2b.tar.gz |
Capitalize first letter of COMMENT.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index a834cd060ab..c98d04a8498 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/09/11 19:01:40 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2004/09/23 15:57:40 reed Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual @@ -12,7 +12,7 @@ DISTFILES= # empty MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ -COMMENT= portable NetBSD compatibility library +COMMENT= Portable NetBSD compatibility library NO_BUILDLINK= yes NO_PKGTOOLS_REQD_CHECK= yes |