diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-21 17:48:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-21 17:48:46 +0000 |
commit | f9702bcd7bb07c90fbe2bb8d9530d31fba7899eb (patch) | |
tree | 3d8b6b24751114d0c9ad2dbb3c416794b57cd958 /x11/wxGTK28 | |
parent | 3edfe5e2b7e34d6d0222c8f1985b6c61b016d6da (diff) | |
download | pkgsrc-f9702bcd7bb07c90fbe2bb8d9530d31fba7899eb.tar.gz |
fix copy-pasto in previous
Diffstat (limited to 'x11/wxGTK28')
-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 |