diff options
author | tnn <tnn> | 2009-09-21 17:48:46 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-09-21 17:48:46 +0000 |
commit | 434ae99c534bef5e39c55671bd568bae455a7212 (patch) | |
tree | 3d8b6b24751114d0c9ad2dbb3c416794b57cd958 /x11 | |
parent | 7bcfb405a70c62514636b17ce15b2f9957ec7616 (diff) | |
download | pkgsrc-434ae99c534bef5e39c55671bd568bae455a7212.tar.gz |
fix copy-pasto in previous
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wxGTK28/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |