diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 06:06:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 06:06:43 +0000 |
commit | 6f60cde31331c314cecf870de6635042fa8008cf (patch) | |
tree | 550caa40f3bd9a7799265eea694e7c5cc3a603e1 /sysutils/lsof/Makefile | |
parent | Update master sites. (diff) |
Quote "CC" to protect agaist embeded spaces.
PR: 21243
Submitted by: Bill Trost <trost@cloud.rain.com>
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 007d3475f33a..495a4be75083 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) |