From 55d10f3e06b0809ab7c3107f9c43346dec9e73b6 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sat, 31 Mar 2001 12:13:37 +0000 Subject: o CC=gcc -> CC="${CC}" o fix quoting --- sysutils/depot/Makefile | 6 +++--- textproc/opensp/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile index 4dee3748bde..d977e1c3d40 100644 --- a/sysutils/depot/Makefile +++ b/sysutils/depot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:42:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/31 12:13:37 zuntum Exp $ # DISTNAME= depot-5.14 @@ -10,8 +10,8 @@ HOMEPAGE= http://andrew2.andrew.cmu.edu/depot/depot.html COMMENT= Maps several separate packages into a tree without merging them GNU_CONFIGURE= yes -CONFIGURE_ENV+= INSTALL="" CC=gcc -MAKE_ENV+= CC=gcc +CONFIGURE_ENV+= INSTALL="" CC="${CC}" +MAKE_ENV+= CC=${CC} do-install: @cd ${WRKSRC}/src/cmd && ${MAKE} DESTDIR=${PREFIX} install diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 279e468549e..2f3932f871f 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:37:35 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/31 12:13:37 zuntum Exp $ # DISTNAME= OpenSP-1.4 @@ -17,7 +17,7 @@ CONFLICTS+= sp-* GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-http \ --enable-default-catalog=${PREFIX}/share/sgml/catalog -CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \ - CXX=${LOCALBASE}/pthreads/bin/pg++ +CONFIGURE_ENV+= CC="${LOCALBASE}/pthreads/bin/pgcc" \ + CXX="${LOCALBASE}/pthreads/bin/pg++" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3