git: 33ebd552d68e - main - archivers/zstd: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 09:57:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33ebd552d68e7411c76efdca193b2bf1480d64b1
commit 33ebd552d68e7411c76efdca193b2bf1480d64b1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-14 09:38:12 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-14 09:54:00 +0000
archivers/zstd: Clean up Makefile
MANDIR setting for FreeBSD is merged to upstream.
Reference: https://github.com/facebook/zstd/commit/f5e2996dd3e5c294d9089171d15023731be1a506
---
archivers/zstd/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index f8c954f78eaa..3afd053611fa 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -24,7 +24,6 @@ MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- MANDIR=${PREFIX}/share/man \
V=1
TEST_TARGET= check
USE_LDCONFIG= yes