diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-05-14 19:12:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-05-14 19:12:46 +0000 |
commit | bfe0211dba65bd0b8f62ee0040a0f6006121f6e5 (patch) | |
tree | e76bd290a2026aef44a95f28cc897c16b9f5611a /archivers/zstd/Makefile | |
parent | Remove LIBDIR from build env variable (diff) |
Remove LIBDIR arguments which are now unneeded
Notes
Notes:
svn path=/head/; revision=469954
Diffstat (limited to 'archivers/zstd/Makefile')
-rw-r--r-- | archivers/zstd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 877eded8b94b..c268451f3add 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -18,7 +18,6 @@ OPTIONS_DEFINE= LZ4 OPTIONS_DEFAULT=LZ4 ALL_TARGET= default -MAKE_ARGS= LIBDIR="${PREFIX}/lib" TEST_TARGET= test USE_LDCONFIG= yes USES= gmake |