diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-11-25 14:39:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-11-25 14:39:30 +0000 |
commit | b16257054ffdc1a4653b70513e323e3990941db4 (patch) | |
tree | fa18d312686d678cd9a022257af0edc42fc25e57 /share/man/man5 | |
parent | a1589e8a4576725c395d0ae073523498e2abc130 (diff) |
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 |