diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 19:05:16 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-14 19:05:16 +0000 |
| commit | cf49fe2f70e35bf2172c7e1fd3b4f02f32f2312e (patch) | |
| tree | c55b8aaff31ba5585feabf7ee07ad1971d43036c | |
| parent | 8d4b20e3338ebabf7d334e2e8a967536aa103258 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/make.conf | 4 | ||||
| -rw-r--r-- | etc/make.conf | 4 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 8ae526ff4802f..056ed190f31b5 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.73 1999/01/20 01:58:39 asami Exp $ +# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami 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 @@ -155,6 +155,8 @@ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ +#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ +#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ # # # Kerberos IV diff --git a/etc/make.conf b/etc/make.conf index 8ae526ff4802f..056ed190f31b5 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.73 1999/01/20 01:58:39 asami Exp $ +# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami 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 @@ -155,6 +155,8 @@ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ +#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ +#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ # # # Kerberos IV diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 8ae526ff4802f..056ed190f31b5 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.73 1999/01/20 01:58:39 asami Exp $ +# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami 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 @@ -155,6 +155,8 @@ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ +#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ +#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ # # # Kerberos IV |
