summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 06:35:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 06:35:06 +0000
commit884e46693a380ded39add77a85cd82f6e8646f87 (patch)
treea2ec8686ac6dc837cf52ed57da07a14a9ebf7f33 /shells
parentOk, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved (diff)
Make the required changes to make all existing ports use MASTER_SITES
correctly.
Notes
Notes: svn path=/head/; revision=84
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile4
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>