diff options
author | ache <ache@FreeBSD.org> | 1994-09-01 16:08:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-01 16:08:00 +0800 |
commit | 5e340e58f2cabd5cc8889745d2c20ad19f8a568a (patch) | |
tree | 5e9b47eb430f01b2e96514a14d39abbe4bfb568d /shells/tcsh | |
parent | 53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b (diff) | |
download | freebsd-ports-gnome-5e340e58f2cabd5cc8889745d2c20ad19f8a568a.tar.gz freebsd-ports-gnome-5e340e58f2cabd5cc8889745d2c20ad19f8a568a.tar.zst freebsd-ports-gnome-5e340e58f2cabd5cc8889745d2c20ad19f8a568a.zip |
Change HOME_LOCATION to original primary site
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 2fa0acf81c4a..b600801ac620 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,10 +3,10 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/08/22 11:52:42 jkh Exp $ +# $Id: Makefile,v 1.2 1994/08/31 17:14:38 jkh Exp $ # DISTNAME= tcsh-6.05 -HOME_LOCATION= ftp://ugle.unit.no/pub/unix/tcsh/tcsh-6.05.tar.gz +HOME_LOCATION= ftp://tesla.ee.cornell.edu/pub/tcsh/tcsh-6.05.tar.gz .include <bsd.port.mk> |