summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-08 12:07:09 +0000
committerjkh <jkh@FreeBSD.org>1997-10-08 12:07:09 +0000
commit070a7797856567ad3371d496590fb400597a5f38 (patch)
tree93a51edd9259f07190e23f686840d73ea0305f9c /etc
parent9e9be89c538dc46f35a324d3560a0e2f89fdd648 (diff)
downloadFreeBSD-src-070a7797856567ad3371d496590fb400597a5f38.zip
FreeBSD-src-070a7797856567ad3371d496590fb400597a5f38.tar.gz
Back out my last commit - the trailing / should stay and fetch(1) should
stop puking on null directory components.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf4
-rw-r--r--etc/make.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 110f2ae..be5f082 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 110f2ae..be5f082 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
OpenPOWER on IntegriCloud