summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-27 06:26:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-27 06:26:05 +0000
commit0ebe3bae3baea6775922265d4f95bc3545ab14dc (patch)
tree454fa5c81dbbde3d947575544e4c4c05d7059548 /shells/bash
parentForgot one instance of '1.94' that should have read '1.94.1'. (diff)
Don't need WRKSRC.
Add manpages to MANx. But don't compress them.
Notes
Notes: svn path=/head/; revision=5105
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 8ac203701847..c3428d3a60db 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>