diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-09-19 09:00:52 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-09-19 09:00:52 +0000 |
commit | 12ee1e5174fcdaebe7d83fe8123f6ed750a9e711 (patch) | |
tree | d01de5bf3c965cd9512773e32d3ee4748e9cce4d /share/man/man5/bsd.port.mk.5 | |
parent | cd3148246dba71b06a1e732e4e16662f31650a1b (diff) |
document CDROM_SITE defaults to empty and what to set it to; ok espie
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5dd247b8a74..c3cdbb15e5b 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.148 2004/09/16 20:04:22 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.149 2004/09/19 09:00:51 pvalchev Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -610,9 +610,9 @@ PERMIT_PACKAGE_CDROM) will be placed Path to a local database that holds distribution files (usually a CD-ROM or other similar media), used to retrieve distribution files before going to the network. -Defaults to -.Pa /cdrom/distfiles . -Set to empty to avoid checking any path. +Defaults to empty, set to +.Pa /cdrom/distfiles/${DIST_SUBDIR} +to check that path. Distribution files are still copied or linked (see .Ev FETCH_SYMLINK_DISFILES ) into |