aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-05-07 07:50:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-05-07 07:51:34 +0000
commite72d016d0f0838a8efa975174c9eafecd2e7ba9a (patch)
treecfa16227e91e4c3db0a754319c4a1427125c1c8d /Mk
parenteea49ad365b0800327dbf7f54f6bea735c08bdf1 (diff)
downloadports-e72d016d0f0838a8efa975174c9eafecd2e7ba9a.tar.gz
ports-e72d016d0f0838a8efa975174c9eafecd2e7ba9a.zip
Mk/*: don't change yet compression format with pkg-devel
While it is planned to switch the compression format to zstandard in a near futur it requires first pkg 1.17 to settle, don't change yet head compression format.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e796e84ee605..13785ff0f234 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2232,11 +2232,11 @@ PKG_SUFX?= .pkg
.if defined(PKG_NOCOMPRESS)
PKG_OLDSUFX?= .tar
.else
-.if ${OSVERSION} > 1400000
-PKG_OLDSUFX?= .tzst
-.else
+#.if ${OSVERSION} > 1400000
+#PKG_OLDSUFX?= .tzst
+#.else
PKG_OLDSUFX?= .txz
-.endif
+#.endif
.endif
.else
.if defined(PKG_NOCOMPRESS)