diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-31 17:14:38 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-31 17:14:38 +0000 |
commit | 09be8f36615057837eb05abc1092cf9d5589bb0f (patch) | |
tree | 33e92e27c6d1bb10ad9baa5586e9a8413c0d8d82 /shells/tcsh | |
parent | 576e23526d81c748c785f2a5109a69cc8ee7fd09 (diff) |
Change all the HOME_LOCATION records to HTML spec. Now if someone
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=49
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 2f0ea4a12fab..2fa0acf81c4a 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/21 13:19:27 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/22 11:52:42 jkh Exp $ # DISTNAME= tcsh-6.05 -HOME_LOCATION= ugle.unit.no:~ftp/pub/unix/tcsh +HOME_LOCATION= ftp://ugle.unit.no/pub/unix/tcsh/tcsh-6.05.tar.gz .include <bsd.port.mk> |