summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-02-20 18:45:51 +0000
committerdrochner <drochner@pkgsrc.org>2008-02-20 18:45:51 +0000
commit085c4adae7ba64e6cd9066c76f088d03d29cd186 (patch)
tree4f1e5c70a9e23ca1285546e552d641f95347b382 /x11
parent30e31522ac5a655b90e36fd9754da91bf2a6bc35 (diff)
downloadpkgsrc-085c4adae7ba64e6cd9066c76f088d03d29cd186.tar.gz
quoting hell: make the sed substitution work (first by make, then by sh)
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-sharp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-sharp/Makefile b/x11/gnome-sharp/Makefile
index 87668d8471c..6dfd8c82d23 100644
--- a/x11/gnome-sharp/Makefile
+++ b/x11/gnome-sharp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/02/19 13:48:13 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2008/02/20 18:45:51 drochner Exp $
#
DISTNAME= gnome-sharp-2.16.1
@@ -26,7 +26,7 @@ PKGCONFIG_OVERRIDE+= vte/vte-sharp-2.0.pc.in
SUBST_CLASSES= pc
SUBST_STAGE.pc= post-patch
SUBST_FILES.pc= ${PKGCONFIG_OVERRIDE}
-SUBST_SED.pc= -e "s|$${pcfiledir}/../..|@prefix@|g"
+SUBST_SED.pc= -e "s|\$${pcfiledir}/../..|@prefix@|g"
SUBST_MESSAGE.pc= Fixing hardcoded paths.
.include "../../devel/libglade/buildlink3.mk"