summaryrefslogtreecommitdiff
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
parentadded final install target (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
-rw-r--r--editors/emacs/Makefile4
-rw-r--r--editors/emacs19/Makefile4
-rw-r--r--editors/emacs20/Makefile4
-rw-r--r--editors/emacs22/Makefile4
-rw-r--r--editors/emacs23/Makefile4
-rw-r--r--editors/jove/Makefile4
-rw-r--r--shells/bash/Makefile3
-rw-r--r--shells/bash1/Makefile3
-rw-r--r--shells/bash2/Makefile3
-rw-r--r--shells/bash3/Makefile3
-rw-r--r--shells/tcsh/Makefile4
11 files changed, 22 insertions, 18 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,13 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
+# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd
-HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
.include <bsd.port.mk>
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,13 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
+# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd
-HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
.include <bsd.port.mk>
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,13 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
+# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd
-HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
.include <bsd.port.mk>
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,13 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
+# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd
-HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
.include <bsd.port.mk>
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,13 +3,13 @@
# Date created: 20 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $
+# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
#
DISTNAME= emacs-19.25
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd
-HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu
+HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
.include <bsd.port.mk>
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index afe9ed340017..d2ad10e93169 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -3,10 +3,10 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:28 jkh Exp $
#
DISTNAME= jove-4.14.6
-HOME_LOCATION= freebsd.cdrom.com:~ftp/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib
+HOME_LOCATION= ftp://freebsd.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/jove-4.16.6
.include <bsd.port.mk>
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 <bsd.port.mk>
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 794d92f6f626..0daa7f898789 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/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>
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>
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 794d92f6f626..0daa7f898789 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/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>
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>