pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxGTK28 fix copy-pasto in previous



details:   https://anonhg.NetBSD.org/pkgsrc/rev/736a3b46a2de
branches:  trunk
changeset: 399521:736a3b46a2de
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Sep 21 17:48:46 2009 +0000

description:
fix copy-pasto in previous

diffstat:

 x11/wxGTK28/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35bca9547315 -r 736a3b46a2de x11/wxGTK28/Makefile.common
--- a/x11/wxGTK28/Makefile.common       Mon Sep 21 17:47:11 2009 +0000
+++ b/x11/wxGTK28/Makefile.common       Mon Sep 21 17:48:46 2009 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index