diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-27 06:26:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-27 06:26:05 +0000 |
commit | 0ebe3bae3baea6775922265d4f95bc3545ab14dc (patch) | |
tree | 454fa5c81dbbde3d947575544e4c4c05d7059548 /shells/bash2 | |
parent | 7c6b1807c2a8805cfd87b4606bd46c42c8428a46 (diff) | |
download | ports-0ebe3bae3baea6775922265d4f95bc3545ab14dc.tar.gz ports-0ebe3bae3baea6775922265d4f95bc3545ab14dc.zip |
Don't need WRKSRC.
Add manpages to MANx. But don't compress them.
Notes
Notes:
svn path=/head/; revision=5105
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 8ac203701847..c3428d3a60db 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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> |