diff options
author | abs <abs> | 2001-05-17 14:35:50 +0000 |
---|---|---|
committer | abs <abs> | 2001-05-17 14:35:50 +0000 |
commit | be164906460ec8f7e116c4e6c831e8be9c7b0c39 (patch) | |
tree | 786f04f6fd01fca792e26f013b3c44cb2511cf11 /pkgtools/digest | |
parent | 32088b2a716d737bb215d870d0c1a48fe0444632 (diff) | |
download | pkgsrc-be164906460ec8f7e116c4e6c831e8be9c7b0c39.tar.gz |
Capitalise first letter of COMMENT
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index fb786628809..70b455ad594 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/29 08:42:14 agc Exp $ +# $NetBSD: Makefile,v 1.19 2001/05/17 14:35:50 abs Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -10,7 +10,7 @@ DISTFILES= # empty MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html -COMMENT= message digest wrapper utility +COMMENT= Message digest wrapper utility VERSION= 20010320 |