Fix build if INSTALL is defined with multiple arguments

Reported by:	kib
This commit is contained in:
Baptiste Daroussin 2015-06-03 18:41:00 +00:00
parent 8819eae7dc
commit 7ceb5c18be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388468

View file

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