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 diff --git a/etc/make.conf b/etc/make.conf index 12abe9e8059d..110f2aeb513c 100644 --- a/etc/make.conf +++ b/etc/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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 12abe9e8059d..110f2aeb513c 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/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