diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /shells/tcsh | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
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.
Diffstat (limited to 'shells/tcsh')
-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 |