diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
commit | 8cee801716c19084440add72337db8c66fdecd77 (patch) | |
tree | eff16ffd0410f46348a273a219d189bfbe330a41 /net/coda5_client | |
parent | 1bf05cdb3721a1c6e8acf95c6b98d165ef7bff4c (diff) | |
download | pkgsrc-8cee801716c19084440add72337db8c66fdecd77.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index cd0fe913204..50ab6b2fc38 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2003/04/10 20:10:18 grant Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/21 17:10:28 martti Exp $ PKGNAME= coda-client-${DIST_VERS} -COMMENT= client programs for a replicated high-performance network file system +COMMENT= Client programs for a replicated high-performance network file system .include "../../net/coda5_server/Makefile.common" |