diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-08-29 18:48:32 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-08-29 18:48:32 +0000 |
commit | 5d694d4b0f7822a7c6b3671b361029fa068a1dfa (patch) | |
tree | 28e56363c3580a6a27b1ecc2d340d86ea85af765 /share | |
parent | e45e93ea52fe09c0e38c00fe92070b5eaf86769d (diff) |
No need to discourage xz distfiles because of sparc.
ok naddy@, espie@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 2b03ebc5645..88a347308bf 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.284 2011/07/15 23:11:59 fgsch Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.285 2011/08/29 18:48:31 matthew Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 15 2011 $ +.Dd $Mdocdate: August 29 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1130,7 +1130,7 @@ do done .Ed The use of xz archives is discouraged, as it makes things impossible to -build on vax and very annoying on sparc. +build on vax. .It Ev EXTRACT_ONLY Set if not all ${DISTFILES} should be extracted at do-extract stage. Default value is ${DISTFILES}. |