diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-27 14:26:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-27 14:26:05 +0800 |
commit | 97bf8a23997a9d372e5a5a61463e7aba03d2936f (patch) | |
tree | 88613933041b8651dca1d88c7031da02eb741dba /shells/bash2/Makefile | |
parent | 1d362c195647c7b4bc33a21db25c3f25637d77ab (diff) | |
download | freebsd-ports-gnome-97bf8a23997a9d372e5a5a61463e7aba03d2936f.tar.gz freebsd-ports-gnome-97bf8a23997a9d372e5a5a61463e7aba03d2936f.tar.zst freebsd-ports-gnome-97bf8a23997a9d372e5a5a61463e7aba03d2936f.zip |
Don't need WRKSRC.
Add manpages to MANx. But don't compress them.
Diffstat (limited to 'shells/bash2/Makefile')
-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> |