diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-08 10:56:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-08 10:56:27 +0000 |
| commit | 59daeba4f1469e4653362592280796a23960c98c (patch) | |
| tree | e5b84f9e00e81412bca32a219ad874325be07387 /etc | |
| parent | 99ec55eff284db47c8c9422e80e8e0ab94a7606e (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 4 | ||||
| -rw-r--r-- | etc/make.conf | 4 |
2 files changed, 4 insertions, 4 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 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 |
