diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 06:06:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 06:06:43 +0000 |
commit | 259b7d91b33972e38744ad99f45e6bfe4bee03e9 (patch) | |
tree | 42b5876bb1743a154b93d04c90c6856a67398693 /sysutils/lsof | |
parent | e2ccade70f84bd140959c88f4a26d91822f183ae (diff) | |
download | FreeBSD-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/Makefile | 2 |
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) |