diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-07-08 03:27:18 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-07-08 03:27:18 +0000 |
commit | 25ecc7dbb82fd4e74281524c02b4509066552fb3 (patch) | |
tree | fba8015b6315475e41633aebacefca9a38526b12 /share | |
parent | e33872c0e0608361238b2250d81977f8fc1e8391 (diff) |
search for files in
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles if they were not found in
ftp://ftp.openbsd.org/pub/OpenBSD/licensed. The later directory is where
we will keep the tarballs for ports that can not be shipped on the CD.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.port.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 0cbfa08be85..47e07aa2546 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.33 1998/07/07 04:02:47 marc Exp $ +# $OpenBSD: bsd.port.mk,v 1.34 1998/07/08 03:27:17 marc Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -53,6 +53,7 @@ OpenBSD_MAINTAINER= marc@OpenBSD.ORG # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # (default: # ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/${DIST_SUBDIR}/ +# ftp://ftp.openbsd.org/pub/OpenBSD/licensed/${DIST_SUBDIR}/ # ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/) # MASTER_SITE_OVERRIDE - If set, override the MASTER_SITES setting with this # value. @@ -630,7 +631,8 @@ PATCH_SITES:= ${PATCH_SITES:S/%SUBDIR%/${PATCH_SITE_SUBDIR}/} # Two backup master sites, First one at ftp.openbsd.org # _MASTER_SITE_OPENBSD?= \ - ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/${DIST_SUBDIR}/ + ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/${DIST_SUBDIR}/ \ + ftp://ftp.openbsd.org/pub/OpenBSD/licensed/${DIST_SUBDIR}/ # The second backup master site is ftp.freebsd.org # |