diff options
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 15 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 1 | ||||
-rw-r--r-- | shells/tcsh/pkg-comment | 1 | ||||
-rw-r--r-- | shells/tcsh/pkg-descr | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-plist | 5 |
5 files changed, 0 insertions, 24 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile deleted file mode 100644 index 4c7b9a1a4100..000000000000 --- a/shells/tcsh/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: tcsh -# Version required: 6.05 -# Date created: 22 August 1994 -# Whom: jkh -# -# $Id: Makefile,v 1.7 1995/04/11 19:26:35 asami Exp $ -# - -DISTNAME= tcsh-6.05 -CATEGORIES+= shells -MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ - -MAINTAINER= ache@FreeBSD.ORG - -.include <bsd.port.mk> diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo deleted file mode 100644 index 42facf9036c8..000000000000 --- a/shells/tcsh/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tcsh-6.05.tar.gz) = 4b241447912d09cd1cad305642c44ed7 diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment deleted file mode 100644 index c209dd6cff1f..000000000000 --- a/shells/tcsh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -TCSH shell V6.05 (binaries) diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr deleted file mode 100644 index dd49e99973e4..000000000000 --- a/shells/tcsh/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -TCSH is an extended C-shell with many useful features like -filename completion, history editing, etc. This is version 6.05. diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist deleted file mode 100644 index 969c40ab6632..000000000000 --- a/shells/tcsh/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@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 |