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 | |
parent | Remove duplicate file. (diff) |
DISTNAME goes before PKGNAME.
Notes
Notes:
svn path=/head/; revision=4999
Diffstat (limited to 'shells')
-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/ |