aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:25:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:15 +0000
commit898d7e24b327fbeab78b8dc27e23279c8c75ebe4 (patch)
tree5b14f2ba1947516373ccbc2fa386688b14e718d5
parentf4245cc6ab954d2a489bfa82d22680e6a574e1b6 (diff)
downloadports-898d7e24b327fbeab78b8dc27e23279c8c75ebe4.tar.gz
ports-898d7e24b327fbeab78b8dc27e23279c8c75ebe4.zip
archivers/zstd: Sort MAKE_ENV
-rw-r--r--archivers/zstd/Makefile4
1 files 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