diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 21:37:06 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 22:06:33 +0000 |
| commit | 61ca69110f2676b7dd3c7ff8dea899615d341e1e (patch) | |
| tree | 24bb577c1d47b9db0d44d7f80f86786fa260417c /lib | |
| parent | 67c3c3a274468d09925af3cf64da3f9cf878cc80 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libbz2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index f7ea21b1a085..d773f202dd67 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -1,4 +1,6 @@ -PACKAGE= lib${LIB} +PACKAGE= bzip2 +LIB_PACKAGE= + BZ2DIR= ${SRCTOP}/contrib/bzip2 .PATH: ${BZ2DIR} |
