From 53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 31 Aug 1994 17:14:38 +0000 Subject: 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 --- shells/bash/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells/bash/Makefile') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 794d92f6f626..0daa7f898789 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ # GNU_MAKE= yes DISTNAME= bash-1.14.2 +HOME_LOCATION= ftp://freebsd.cdrom.com/pub/FreeBSD/ports/distfiles/bash-1.14.2.tar.gz .include -- cgit