diff options
author | 2013-11-25 14:39:29 +0000 | |
---|---|---|
committer | 2013-11-25 14:39:29 +0000 | |
commit | 995dbbe14eb7a1a1f5c52110ca9490f30909ac6e (patch) | |
tree | fa6dd347632da5f4c9208773731e6a7599b1dc93 /share/man/man5 | |
parent | Remove VMEM_WARNING, reminded by espie@ (diff) | |
download | wireguard-openbsd-995dbbe14eb7a1a1f5c52110ca9490f30909ac6e.tar.xz wireguard-openbsd-995dbbe14eb7a1a1f5c52110ca9490f30909ac6e.zip |
replace an Ed mistakenly removed in -r1.186;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 43239e816c0..86aa438d11a 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.388 2013/11/25 14:14:44 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.389 2013/11/25 14:39:29 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1534,6 +1534,7 @@ do gzip -dc ${FULLDISTDIR}/$$archive | tar xf -;; esac done +.Ed .It Ev EXTRACT_ONLY Set to the list of distfiles to actually extract if some distfiles should not be extracted during the |