diff options
author | 2004-01-12 05:42:47 +0000 | |
---|---|---|
committer | 2004-01-12 05:42:47 +0000 | |
commit | bb289ef43c60972b83469a8fc8885b81c90958cc (patch) | |
tree | 5db61191670d3cb1eeb77e3420bd554bc8242dfc | |
parent | use klist_invalidate to permit destroy while kqueued. ok mpf@ (diff) | |
download | wireguard-openbsd-bb289ef43c60972b83469a8fc8885b81c90958cc.tar.xz wireguard-openbsd-bb289ef43c60972b83469a8fc8885b81c90958cc.zip |
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. |