Fix build if INSTALL is defined with multiple arguments
Reported by: kib
This commit is contained in:
parent
8819eae7dc
commit
7ceb5c18be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388468
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ GH_ACCOUNT= n-t-roff
|
|||
|
||||
USES= gmake
|
||||
ALL_TARGET= #empty
|
||||
MAKE_ARGS+= INSTALL=${INSTALL} \
|
||||
MAKE_ARGS+= INSTALL="${INSTALL}" \
|
||||
BINDIR=${BINDIR} \
|
||||
LIBDIR=${LIBDIR} \
|
||||
PUBDIR=${PUBDIR} \
|
||||
|
|
Loading…
Reference in a new issue