diff options
-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 |