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