diff options
author | juanfra <juanfra@cvs.openbsd.org> | 2013-11-25 13:15:23 +0000 |
---|---|---|
committer | juanfra <juanfra@cvs.openbsd.org> | 2013-11-25 13:15:23 +0000 |
commit | 598ec00d4449b52c2104933d7e000af8f64214cb (patch) | |
tree | 82c9e7813fe31ebaf1b42d30cc6aafdfbe4a5a64 /share | |
parent | 78fedc4cb3ef97014fd3f0637c910a03714ee498 (diff) |
miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX can
use .xz files with big dictionaries like the other platforms.
ok brad@ sthen@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 831585e8d01..d87a8557692 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.386 2013/11/07 01:25:27 juanfra Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.387 2013/11/25 13:15:22 juanfra 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: November 7 2013 $ +.Dd $Mdocdate: November 25 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1534,9 +1534,6 @@ do gzip -dc ${FULLDISTDIR}/$$archive | tar xf -;; esac done -.Ed -The use of xz archives is discouraged, as it makes things impossible to -build on vax. .It Ev EXTRACT_ONLY Set to the list of distfiles to actually extract if some distfiles should not be extracted during the |