diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-11 21:21:21 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-11 21:21:21 +0000 |
commit | cd551d001ae65b6035a625879180b837df06f895 (patch) | |
tree | 023ee63723542a99e1cae46556d268ad74ae00dd | |
parent | 6406460136ca47dd70861fa86647fe9632c243ef (diff) | |
download | ports-cd551d001ae65b6035a625879180b837df06f895.tar.gz ports-cd551d001ae65b6035a625879180b837df06f895.zip |
Notes
-rw-r--r-- | shells/tcsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ea5f6e377eb0..0da504fb24e7 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -6,9 +6,10 @@ # PORTNAME= tcsh -PORTVERSION= 6.09 +PORTVERSION= 6.09.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ +DISTNAME= tcsh-6.09 MAINTAINER= ache@FreeBSD.org |