diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-27 07:22:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-27 07:22:55 +0000 |
commit | 2487342084635ac2e71e9864804f14058e4c7c98 (patch) | |
tree | 5ab7e548702e153f6201534f5d0867b23f78dd7a /shells | |
parent | 660730cdc80aac56c072ae59c239d018b26f8f88 (diff) | |
download | pkgsrc-2487342084635ac2e71e9864804f14058e4c7c98.tar.gz |
Fix COMMENT.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2-doc/Makefile b/shells/bash2-doc/Makefile index 62a7a245d13..c5c92e0c71f 100644 --- a/shells/bash2-doc/Makefile +++ b/shells/bash2-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/26 22:08:12 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/27 07:22:55 wiz Exp $ DISTNAME= bash-doc-2.05 WRKSRC= ${WRKDIR}/doc @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html -COMMENT= The GNU Bourne Again Shell +COMMENT= documentation for the GNU Bourne Again Shell CONFLICTS= bash<=2.05nb1 |