diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /shells | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 4ca4f4bbc1d9..9b93cf61e399 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,7 +3,7 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1996/05/01 01:33:55 ache Exp $ +# $Id: Makefile,v 1.14 1996/11/18 11:39:56 asami Exp $ # DISTNAME= tcsh-6.06 @@ -14,6 +14,7 @@ MAINTAINER= ache@FreeBSD.ORG ALL_TARGET= all catalogs INSTALL_TARGET= install install.man +MAN1= tcsh.1 post-install: chown bin.bin ${PREFIX}/bin/tcsh diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist index 1910993d615e..c9b672abdca5 100644 --- a/shells/tcsh/pkg-plist +++ b/shells/tcsh/pkg-plist @@ -1,8 +1,7 @@ -@cwd /usr/local 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 +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 |