summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-27 04:43:33 +0000
committerwiz <wiz>2000-02-27 04:43:33 +0000
commitcea08bc4ed86a9f28513aab23ce189ddd4533bcd (patch)
tree15f046bf973d7f2b38fb044b226456a8227b508e /editors/vim-share
parent2efdfd7ee5ed6c91a4463040536da443c1105e7e (diff)
downloadpkgsrc-cea08bc4ed86a9f28513aab23ce189ddd4533bcd.tar.gz
quote ${CFLAGS}; should fix pkg/9490
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 6add2a1e4bd..00e2d3d5cd4 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/21 13:20:32 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/27 04:43:33 wiz Exp $
.include "Makefile.common"
@@ -17,6 +17,7 @@ post-configure:
do-build:
cd ${WRKSRC}/ctags ; ${MAKE}
- cd ${WRKSRC}/xxd ; CC=${CC} CFLAGS=${CFLAGS} ${MAKE} -f Makefile.unix
+ cd ${WRKSRC}/xxd ; CC="${CC}" CFLAGS="${CFLAGS}" ${MAKE} \
+ -f Makefile.unix
.include "../../mk/bsd.pkg.mk"