diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
commit | 884e46693a380ded39add77a85cd82f6e8646f87 (patch) | |
tree | a2ec8686ac6dc837cf52ed57da07a14a9ebf7f33 /shells/tcsh | |
parent | 491e992bb5eff39fdd22f6374c4d30132d6721ab (diff) | |
download | ports-884e46693a380ded39add77a85cd82f6e8646f87.tar.gz ports-884e46693a380ded39add77a85cd82f6e8646f87.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 b600801ac620..2ba2818223c8 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,10 +3,10 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/08/31 17:14:38 jkh Exp $ +# $Id: Makefile,v 1.3 1994/09/01 08:08:00 ache Exp $ # DISTNAME= tcsh-6.05 -HOME_LOCATION= ftp://tesla.ee.cornell.edu/pub/tcsh/tcsh-6.05.tar.gz +MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh .include <bsd.port.mk> |