diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-21 01:59:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-21 01:59:44 +0000 |
commit | a64285f809b1e41cea85b5335160b07a1de202cb (patch) | |
tree | 991ab5be1c76fd716f26fe691be6fbbb9645f576 /mk | |
parent | 85d2d175508d2ca91542ad909e6d24d9e1d25aa8 (diff) | |
download | pkgsrc-a64285f809b1e41cea85b5335160b07a1de202cb.tar.gz |
Fix up documentation (MASTER_SITE_SUBDIR, PATCH_SITE_SUBDIR,
MASTER_SITE_BACKUP).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 9 | ||||
-rw-r--r-- | mk/bsd.port.mk | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index c7406094ac3..10a37cd3c60 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.25 1997/12/19 10:20:02 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.26 1997/12/21 01:59:44 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -47,13 +47,18 @@ NetBSD_MAINTAINER= agc@netbsd.org # PREFIX - Where to install things in general (default: /usr/pkg). # MASTER_SITES - Primary location(s) for distribution files if not found # locally. +# MASTER_SITE_SUBDIR - Directory that "%SUBDIR%" in MASTER_SITES is +# replaced by. # PATCH_SITES - Primary location(s) for distribution patch files # (see PATCHFILES below) if not found locally. +# PATCH_SITE_SUBDIR - Directory that "%SUBDIR%" in PATCH_SITES is +# replaced by. # # MASTER_SITE_BACKUP - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # (default: -# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/) +# ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ +# and ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/) # MASTER_SITE_OVERRIDE - If set, override the MASTER_SITES setting with this # value. # MASTER_SITE_FREEBSD - If set, only use ${MASTER_SITE_BACKUP} for diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk index cb60888a58e..bd1a6e2852a 100644 --- a/mk/bsd.port.mk +++ b/mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.port.mk,v 1.25 1997/12/19 10:20:02 hubertf Exp $ +# $NetBSD: bsd.port.mk,v 1.26 1997/12/21 01:59:44 hubertf Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -47,13 +47,18 @@ NetBSD_MAINTAINER= agc@netbsd.org # PREFIX - Where to install things in general (default: /usr/pkg). # MASTER_SITES - Primary location(s) for distribution files if not found # locally. +# MASTER_SITE_SUBDIR - Directory that "%SUBDIR%" in MASTER_SITES is +# replaced by. # PATCH_SITES - Primary location(s) for distribution patch files # (see PATCHFILES below) if not found locally. +# PATCH_SITE_SUBDIR - Directory that "%SUBDIR%" in PATCH_SITES is +# replaced by. # # MASTER_SITE_BACKUP - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # (default: -# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/) +# ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ +# and ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/) # MASTER_SITE_OVERRIDE - If set, override the MASTER_SITES setting with this # value. # MASTER_SITE_FREEBSD - If set, only use ${MASTER_SITE_BACKUP} for |