From 480bf84775f7397032e1293d4aadfe844aeee7d7 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 8 Oct 1997 12:07:09 +0000 Subject: [PATCH] Back out my last commit - the trailing / should stay and fetch(1) should stop puking on null directory components. --- etc/defaults/make.conf | 4 ++-- etc/make.conf | 4 ++-- share/examples/etc/make.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 110f2aeb513..be5f082bacd 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.52 1997/09/28 22:11:21 jkh Exp $ +# $Id: make.conf,v 1.53 1997/10/08 10:56:27 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -119,7 +119,7 @@ # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ -# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR} +# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the diff --git a/etc/make.conf b/etc/make.conf index 110f2aeb513..be5f082bacd 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.52 1997/09/28 22:11:21 jkh Exp $ +# $Id: make.conf,v 1.53 1997/10/08 10:56:27 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -119,7 +119,7 @@ # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ -# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR} +# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 110f2aeb513..be5f082bacd 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.52 1997/09/28 22:11:21 jkh Exp $ +# $Id: make.conf,v 1.53 1997/10/08 10:56:27 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -119,7 +119,7 @@ # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ -# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR} +# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the