diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 8ac2037..c3428d3 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ +# $Id: Makefile,v 1.18 1996/12/27 06:01:29 obrien Exp $ # DISTNAME= bash-1.14.7 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${DISTNAME} -# Don't compress manpages or .so not works. +NOMANCOMPRESS= "Don't compress manpages or .so does not work." +MAN1= bash.1 bash_builtins.1 .include <bsd.port.mk> |