Use Bzip2 to compress packages for 5.0-DP#2.
Requested by: re Two months silence by: portmgr
This commit is contained in:
parent
203db9cce6
commit
c13284aa47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63946
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ PKG_ARGS+= -o ${PKGORIGIN}
|
|||
.if defined(PKG_NOCOMPRESS)
|
||||
PKG_SUFX?= .tar
|
||||
.else
|
||||
PKG_SUFX?= .tgz
|
||||
PKG_SUFX?= .tbz
|
||||
.endif
|
||||
# where pkg_add records its dirty deeds.
|
||||
PKG_DBDIR?= /var/db/pkg
|
||||
|
|
Loading…
Reference in a new issue