git: 898d7e24b327 - main - archivers/zstd: Sort MAKE_ENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:17:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=898d7e24b327fbeab78b8dc27e23279c8c75ebe4 commit 898d7e24b327fbeab78b8dc27e23279c8c75ebe4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:25:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:15 +0000 archivers/zstd: Sort MAKE_ENV --- archivers/zstd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 358612e8f0d9..386af72d0ca8 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -25,8 +25,8 @@ MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - V=1 \ - MANDIR=${PREFIX}/share/man + MANDIR=${PREFIX}/share/man \ + V=1 TEST_TARGET= shortest USE_LDCONFIG= yes