diff options
author | hans <hans@pkgsrc.org> | 2012-02-28 15:11:39 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-28 15:11:39 +0000 |
commit | 931c7ea20305e149aec44aaa42b4cfbb3edee4b9 (patch) | |
tree | 15603352b58205618f7dfcbaa512d5a007892332 /x11/wxGTK28/Makefile | |
parent | 24cc9e55718334f0fae20114588a66bd6a172ab6 (diff) | |
download | pkgsrc-931c7ea20305e149aec44aaa42b4cfbb3edee4b9.tar.gz |
REPLACE_SH in the wx-config script.
Fixes a problem seen with ksh93 on SunOS.
Diffstat (limited to 'x11/wxGTK28/Makefile')
-rw-r--r-- | x11/wxGTK28/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile index a22c639eb09..e6016cb3701 100644 --- a/x11/wxGTK28/Makefile +++ b/x11/wxGTK28/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/02/06 12:42:28 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/28 15:11:39 hans Exp $ # .include "../../x11/wxGTK28/Makefile.common" @@ -13,6 +13,8 @@ INSTALL_TARGET= install INSTALLATION_DIRS= ${DOCDIR} +REPLACE_SH= wx-config.in wx-config-inplace.in + post-build: set -e; cd ${WRKSRC}/locale; \ for lang in `echo *.po` ; do \ |