aboutsummaryrefslogtreecommitdiff
path: root/textproc/heirloom-doctools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-03 18:41:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-03 18:41:00 +0000
commit7ceb5c18be6f3a9c97f515d9a8874ef4ebaf80bf (patch)
treeefc494d68461d369cec9f4338ffb39064fe18d0f /textproc/heirloom-doctools
parent8819eae7dcf5966e718f0449254c9828e7d43b2e (diff)
downloadports-7ceb5c18be6f3a9c97f515d9a8874ef4ebaf80bf.tar.gz
ports-7ceb5c18be6f3a9c97f515d9a8874ef4ebaf80bf.zip
Fix build if INSTALL is defined with multiple arguments
Reported by: kib
Notes
Notes: svn path=/head/; revision=388468
Diffstat (limited to 'textproc/heirloom-doctools')
-rw-r--r--textproc/heirloom-doctools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/heirloom-doctools/Makefile b/textproc/heirloom-doctools/Makefile
index 3fdc22e424eb..9b542b875676 100644
--- a/textproc/heirloom-doctools/Makefile
+++ b/textproc/heirloom-doctools/Makefile
@@ -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} \