diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 13:18:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 13:18:09 +0800 |
commit | 5743310e9f3efd337b87aa24470c5460a2627611 (patch) | |
tree | 5bcdb24388ff00db17cd5f46307780cd572d17a2 /shells | |
parent | f1a3ae04b7f6077cefe83f33b3dea0c9a4bb81c5 (diff) | |
download | freebsd-ports-gnome-5743310e9f3efd337b87aa24470c5460a2627611.tar.gz freebsd-ports-gnome-5743310e9f3efd337b87aa24470c5460a2627611.tar.zst freebsd-ports-gnome-5743310e9f3efd337b87aa24470c5460a2627611.zip |
DISTNAME goes before PKGNAME.
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/ |