diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-01 01:33:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-01 01:33:55 +0000 |
commit | edf1c5bab648b346d759fd325f9be2efc9b3ddef (patch) | |
tree | 33161cea6308a6a97417d800d52118ab3e47131a /shells/tcsh | |
parent | 23e998b05cfac08685bf488c00f8751b4e4f0362 (diff) | |
download | ports-edf1c5bab648b346d759fd325f9be2efc9b3ddef.tar.gz ports-edf1c5bab648b346d759fd325f9be2efc9b3ddef.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 a25901943ea9..e71f959714e6 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,12 +3,12 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/10/11 08:46:57 jkh Exp $ +# $Id: Makefile,v 1.12 1995/10/11 10:28:59 jkh Exp $ # DISTNAME= tcsh-6.06 CATEGORIES+= shells -MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ +MASTER_SITES= ftp://ee.cornell.edu/pub/tcsh/ ALL_TARGET= all catalogs INSTALL_TARGET= install install.man |