summaryrefslogtreecommitdiffstats
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-11 06:06:43 +0000
committerobrien <obrien@FreeBSD.org>2000-11-11 06:06:43 +0000
commit259b7d91b33972e38744ad99f45e6bfe4bee03e9 (patch)
tree42b5876bb1743a154b93d04c90c6856a67398693 /sysutils/lsof
parente2ccade70f84bd140959c88f4a26d91822f183ae (diff)
downloadFreeBSD-ports-259b7d91b33972e38744ad99f45e6bfe4bee03e9.zip
FreeBSD-ports-259b7d91b33972e38744ad99f45e6bfe4bee03e9.tar.gz
Quote "CC" to protect agaist embeded spaces.
PR: 21243 Submitted by: Bill Trost <trost@cloud.rain.com>
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 007d347..495a4be 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
-CONFIGURE_ENV= LSOF_CC=${CC}
+CONFIGURE_ENV= LSOF_CC="${CC}"
MAN8= lsof.8
.if defined(PACKAGE_BUILDING)
OpenPOWER on IntegriCloud