aboutsummaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-31 17:14:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-31 17:14:38 +0000
commit09be8f36615057837eb05abc1092cf9d5589bb0f (patch)
tree33e92e27c6d1bb10ad9baa5586e9a8413c0d8d82 /shells/bash2/Makefile
parent576e23526d81c748c785f2a5109a69cc8ee7fd09 (diff)
downloadports-09be8f36615057837eb05abc1092cf9d5589bb0f.tar.gz
ports-09be8f36615057837eb05abc1092cf9d5589bb0f.zip
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/bash2/Makefile')
-rw-r--r--shells/bash2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 794d92f6f626..0daa7f898789 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/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 <bsd.port.mk>