diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 05:18:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-17 05:18:09 +0000 |
commit | fc317df2d62f41d6d68b607f22c79c2d85c42350 (patch) | |
tree | 5e6135e10da9ae1cd38dfb3f2a21c735bcc6a927 /shells/tcsh | |
parent | c06a96dc7d2da8ffc341c806637629c45feb5ea5 (diff) | |
download | ports-fc317df2d62f41d6d68b607f22c79c2d85c42350.tar.gz ports-fc317df2d62f41d6d68b607f22c79c2d85c42350.zip |
Notes
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 9fe099256440..c5280758af10 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,11 +3,11 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.15 1996/11/18 14:13:54 asami Exp $ +# $Id: Makefile,v 1.16 1996/12/16 01:40:08 ache Exp $ # -PKGNAME= tcsh-6.07.02 DISTNAME= tcsh-6.07 +PKGNAME= tcsh-6.07.02 CATEGORIES= shells MASTER_SITES= ftp://ftp.deshaw.com/pub/tcsh/ |