Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 18:41:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388468 - head/textproc/heirloom-doctools
Message-ID:  <201506031841.t53If1Bn011445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun  3 18:41:00 2015
New Revision: 388468
URL: https://svnweb.freebsd.org/changeset/ports/388468

Log:
  Fix build if INSTALL is defined with multiple arguments
  
  Reported by:	kib

Modified:
  head/textproc/heirloom-doctools/Makefile

Modified: head/textproc/heirloom-doctools/Makefile
==============================================================================
--- head/textproc/heirloom-doctools/Makefile	Wed Jun  3 18:40:55 2015	(r388467)
+++ head/textproc/heirloom-doctools/Makefile	Wed Jun  3 18:41:00 2015	(r388468)
@@ -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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031841.t53If1Bn011445>