diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-30 09:11:55 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-01 11:36:15 +0100 |
| commit | b580906afa6611cdc8a22132ce05d9910dabaf48 (patch) | |
| tree | ddea65e72499c40b1906276ee86293d91c06941a /usr.bin | |
| parent | b2249ee627aa45221a68a988a6f2da9ac719668b (diff) | |
packages: Rename liblzma package to xz
Rename liblzma to xz, and use LIB_PACKAGE to create an xz-lib package
for runtime libraries.
MFC after: 1 day
Reviewed by: bapt
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52791
(cherry picked from commit 9124ace751eb9c856c50c3698cf93ede45a9897d)
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/lzmainfo/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/xz/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/xzdec/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/lzmainfo/Makefile b/usr.bin/lzmainfo/Makefile index afde07163a01..e537e4c86083 100644 --- a/usr.bin/lzmainfo/Makefile +++ b/usr.bin/lzmainfo/Makefile @@ -1,3 +1,5 @@ +PACKAGE=xz + PROG= lzmainfo XZDIR= ${SRCTOP}/contrib/xz/src diff --git a/usr.bin/xz/Makefile b/usr.bin/xz/Makefile index 0d5bce4c16f0..0a9103d60a13 100644 --- a/usr.bin/xz/Makefile +++ b/usr.bin/xz/Makefile @@ -1,5 +1,7 @@ .include <src.opts.mk> +PACKAGE=xz + PROG= xz LINKS= ${BINDIR}/xz ${BINDIR}/unxz diff --git a/usr.bin/xzdec/Makefile b/usr.bin/xzdec/Makefile index 7c43b2e03d78..6bf3dc07a408 100644 --- a/usr.bin/xzdec/Makefile +++ b/usr.bin/xzdec/Makefile @@ -1,3 +1,5 @@ +PACKAGE=xz + PROG= xzdec LINKS= ${BINDIR}/xzdec ${BINDIR}/lzdec |
