summaryrefslogtreecommitdiff
path: root/x11/wxGTK26
diff options
context:
space:
mode:
authorhans <hans>2012-02-28 15:11:39 +0000
committerhans <hans>2012-02-28 15:11:39 +0000
commitd268dd6b139cf25f16056e539516d2ae2286dfc2 (patch)
tree15603352b58205618f7dfcbaa512d5a007892332 /x11/wxGTK26
parent88506f3e404cd3970b0041868c8d922ce1862259 (diff)
downloadpkgsrc-d268dd6b139cf25f16056e539516d2ae2286dfc2.tar.gz
REPLACE_SH in the wx-config script.
Fixes a problem seen with ksh93 on SunOS.
Diffstat (limited to 'x11/wxGTK26')
-rw-r--r--x11/wxGTK26/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wxGTK26/Makefile b/x11/wxGTK26/Makefile
index 658dcc4bba2..07fbb99baf6 100644
--- a/x11/wxGTK26/Makefile
+++ b/x11/wxGTK26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/02/06 12:42:27 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2012/02/28 15:11:39 hans Exp $
#
.include "Makefile.common"
@@ -6,6 +6,8 @@
PKGREVISION= 13
COMMENT= GTK-based implementation of the wxWidgets GUI library
+REPLACE_SH= wx-config.in wx-config-inplace.in
+
post-build:
set -e; cd ${WRKSRC}/locale; \
for lang in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk \