diff options
Diffstat (limited to 'x11/ebuilder/Makefile')
-rw-r--r-- | x11/ebuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index ed1f312df3d..cc79f574140 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/08/27 07:33:30 grant Exp $ +# $NetBSD: Makefile,v 1.28 2005/12/05 20:51:15 rillig Exp $ # DISTNAME= ebuilder-0.56d @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= flex gmake MAKEFILE= GNUmakefile -MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" +MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} INSTALLATION_DIRS= bin |