From 2d18bdb5fac477a704bb67244b144c258eb8e4d6 Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 21 Sep 2009 17:48:46 +0000 Subject: fix copy-pasto in previous --- x11/wxGTK28/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/wxGTK28') diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common index 51362be9a96..889133be0fb 100644 --- a/x11/wxGTK28/Makefile.common +++ b/x11/wxGTK28/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2009/09/21 17:47:11 tnn Exp $ +# $NetBSD: Makefile.common,v 1.4 2009/09/21 17:48:46 tnn Exp $ # # used by x11/wxGTK28/Makefile @@ -48,7 +48,7 @@ SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure SUBST_MESSAGE.fix-paths= Fixing absolute paths. SUBST_FILES.fix-paths= configure -SUBST_SED.fix-paths= -e 's,"/usr/pkg/include,"${PREFIX}/include,g' +SUBST_SED.fix-paths= -e 's,/usr/pkg/include,${PREFIX}/include,g' pre-configure: mkdir ${WRKSRC}/build-non-unicode ${WRKSRC}/build-unicode -- cgit v1.2.3