diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2004-01-12 05:42:48 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2004-01-12 05:42:48 +0000 |
commit | e759627b6dfb57df52989e702cb98fc24ac41cb8 (patch) | |
tree | 31920afe108781636c12fb8f3772b97966bc02be | |
parent | 9e2c9c2926e1ec0c28762795978e7023947823bb (diff) |
FILESDIR no longer holds "at least the checksum file"
from Andrew Dalgleish
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 39c145209d5..bcd6a3592ab 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.126 2004/01/04 10:00:22 jolan Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.127 2004/01/12 05:42:47 jolan Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -869,7 +869,6 @@ to link distribution files off instead of copying them. .It Ev FILESDIR Location of other files related to the current ports. -Holds at least the checksum file, sometimes other files (default: files.${ARCH} or files). .It Ev FLAVOR The port's current options. |