diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-02-18 20:57:08 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-02-18 20:57:08 +0000 |
commit | 4d7f8e9944e384c9612006d8c6f92832dcc181ca (patch) | |
tree | 0c6e2ca49200ae9157fd1631ca1e1f64220c8ee3 /share/man | |
parent | f8a08d68d16cc475770651b0306a933a536544bb (diff) |
CDROM_SITE, not CDROM_DISTSITE; PR 2213
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c7bb6c74334..1d788d21a8f 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.61 2002/02/08 04:30:51 brad Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.62 2002/02/18 20:57:07 pvalchev Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -544,7 +544,7 @@ Fetch dependencies are checked at the beginning of the extract stage. Set to .Sq Yes to link distribution files off -.Ev CDROM_DISTSITE +.Ev CDROM_SITE instead of copying them. .It Ev FILESDIR Location of other files related to the current ports. |