summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-08-13 21:30:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-08-13 21:30:07 +0000
commitd265ace04df1f00a3ef57c05807648dc66d9c92f (patch)
treea61e2b1020713d06db325830ed290720f6c11641 /shells
parentRemove manpages from pkg/PLIST (diff)
Removed manpages from pkg/PLIST
Notes
Notes: svn path=/head/; revision=12505
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/pkg-plist2
-rw-r--r--shells/bash1/Makefile7
-rw-r--r--shells/bash1/pkg-plist2
-rw-r--r--shells/bash2/pkg-plist2
-rw-r--r--shells/bash3/pkg-plist2
-rw-r--r--shells/es/pkg-plist1
-rw-r--r--shells/pdksh/pkg-plist1
-rw-r--r--shells/scsh/pkg-plist1
-rw-r--r--shells/tcsh/pkg-plist1
-rw-r--r--shells/zsh-devel/pkg-plist9
-rw-r--r--shells/zsh/pkg-plist9
11 files changed, 5 insertions, 32 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
index 86a6e5b99a46..d2a7ab495398 100644
--- a/shells/bash/pkg-plist
+++ b/shells/bash/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.gz
-man/man1/bashbug.1.gz
@unexec install-info --delete %D/info/bash.info %D/info/dir
info/bash.info
@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
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
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist
index 86a6e5b99a46..d2a7ab495398 100644
--- a/shells/bash2/pkg-plist
+++ b/shells/bash2/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.gz
-man/man1/bashbug.1.gz
@unexec install-info --delete %D/info/bash.info %D/info/dir
info/bash.info
@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist
index 86a6e5b99a46..d2a7ab495398 100644
--- a/shells/bash3/pkg-plist
+++ b/shells/bash3/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.gz
-man/man1/bashbug.1.gz
@unexec install-info --delete %D/info/bash.info %D/info/dir
info/bash.info
@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
diff --git a/shells/es/pkg-plist b/shells/es/pkg-plist
index 9da6f324b5f5..fc4db9344f8a 100644
--- a/shells/es/pkg-plist
+++ b/shells/es/pkg-plist
@@ -1,2 +1 @@
bin/es
-man/man1/es.1.gz
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist
index 651cadf8359f..4200e6156edd 100644
--- a/shells/pdksh/pkg-plist
+++ b/shells/pdksh/pkg-plist
@@ -1,4 +1,3 @@
bin/ksh
@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
-man/man1/ksh.1.gz
diff --git a/shells/scsh/pkg-plist b/shells/scsh/pkg-plist
index f7769fa7c064..8d37e69768a1 100644
--- a/shells/scsh/pkg-plist
+++ b/shells/scsh/pkg-plist
@@ -1,5 +1,4 @@
bin/scsh
-man/man1/scsh.1.gz
lib/scsh/big/array.scm
lib/scsh/big/big-util.scm
lib/scsh/big/bigbit.scm
diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist
index d060882a38ac..455c44eba33d 100644
--- a/shells/tcsh/pkg-plist
+++ b/shells/tcsh/pkg-plist
@@ -1,7 +1,6 @@
bin/tcsh
@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
-man/man1/tcsh.1.gz
share/nls/C/tcsh.cat
share/nls/fr_FR.ISO_8859-1/tcsh.cat
@exec ln -fs %D/%F %D/share/nls/fr_BE.ISO_8859-1/tcsh.cat
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
index 9c5f1e29fa4e..5086482c444e 100644
--- a/shells/zsh-devel/pkg-plist
+++ b/shells/zsh-devel/pkg-plist
@@ -7,12 +7,3 @@ info/zsh.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/zsh.info %D/info/dir
info/dir
-man/man1/zshcompctl.1.gz
-man/man1/zshexpn.1.gz
-man/man1/zshmisc.1.gz
-man/man1/zshoptions.1.gz
-man/man1/zshall.1.gz
-man/man1/zshzle.1.gz
-man/man1/zsh.1.gz
-man/man1/zshbuiltins.1.gz
-man/man1/zshparam.1.gz
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
index 9c5f1e29fa4e..5086482c444e 100644
--- a/shells/zsh/pkg-plist
+++ b/shells/zsh/pkg-plist
@@ -7,12 +7,3 @@ info/zsh.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/zsh.info %D/info/dir
info/dir
-man/man1/zshcompctl.1.gz
-man/man1/zshexpn.1.gz
-man/man1/zshmisc.1.gz
-man/man1/zshoptions.1.gz
-man/man1/zshall.1.gz
-man/man1/zshzle.1.gz
-man/man1/zsh.1.gz
-man/man1/zshbuiltins.1.gz
-man/man1/zshparam.1.gz