diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-14 05:30:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-14 05:30:07 +0800 |
commit | fa6b36c350f2ebf7f18117da80dfed66f65ac115 (patch) | |
tree | b2f79ad397805e2ee8d28fe84a901e4aaf4b5bff /shells/bash1 | |
parent | 5cbc70f5911bc4d4d8244f8d76ee07741721cb35 (diff) | |
download | freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.tar.gz freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.tar.zst freebsd-ports-gnome-fa6b36c350f2ebf7f18117da80dfed66f65ac115.zip |
Removed manpages from pkg/PLIST
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/Makefile | 7 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 95451b945a72..528426a3cbb6 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -1,20 +1,23 @@ +# ex:ts=8 # New ports collection makefile for: bash # Version required: 1.14.7 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.25 1997/06/26 06:23:23 fenner Exp $ +# $Id: Makefile,v 1.26 1998/04/04 07:36:44 asami Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@FreeBSD.org NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. +NOMANCOMPRESS= yes +MAN1= bash.1 bash_builtins.1 post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist index cf0d01fa4634..23adcc6bb7b4 100644 --- a/shells/bash1/pkg-plist +++ b/shells/bash1/pkg-plist @@ -2,8 +2,6 @@ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells bin/bashbug -man/man1/bash.1 -man/man1/bash_builtins.1 @unexec install-info --delete %D/info/bash.info %D/info/dir info/bash.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir |