aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-08 10:56:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-08 10:56:27 +0000
commit59daeba4f1469e4653362592280796a23960c98c (patch)
treee5b84f9e00e81412bca32a219ad874325be07387 /etc/defaults
parent99ec55eff284db47c8c9422e80e8e0ab94a7606e (diff)
downloadsrc-59daeba4f1469e4653362592280796a23960c98c.tar.gz
src-59daeba4f1469e4653362592280796a23960c98c.zip
Remove trailing slash from MASTER_SITE_BACKUP example since it
can lead to two trailing /'s, which is in turn an invalid URL (just bit me :-).
Notes
Notes: svn path=/head/; revision=30226
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 12abe9e8059d..110f2aeb513c 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.51 1997/09/28 09:29:11 markm Exp $
+# $Id: make.conf,v 1.52 1997/09/28 22:11:21 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