diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-08 12:07:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-08 12:07:09 +0000 |
commit | 070a7797856567ad3371d496590fb400597a5f38 (patch) | |
tree | 93a51edd9259f07190e23f686840d73ea0305f9c /share/examples | |
parent | 9e9be89c538dc46f35a324d3560a0e2f89fdd648 (diff) | |
download | FreeBSD-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 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 110f2ae..be5f082 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 |