Remove LIBDIR arguments which are now unneeded

This commit is contained in:
Baptiste Daroussin 2018-05-14 19:12:46 +00:00
parent f8fa2e1ba5
commit bfe0211dba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469954
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@ LICENSE_COMB= multi
USES= gmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
MAKE_ARGS= PREFIX="${PREFIX}" LIBDIR="${PREFIX}/lib" \
MAKE_ARGS= PREFIX="${PREFIX}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
MANDIR="${MAN1PREFIX}/man"

View file

@ -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