diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 21:07:31 +0000 |
commit | adda884d44cb88a3a470e58f81adefef66c4f3b7 (patch) | |
tree | c9dec68b64c6028a90065156103df5ec5322256c /devel/ExmanIDE | |
parent | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (diff) | |
download | pkgsrc-adda884d44cb88a3a470e58f81adefef66c4f3b7.tar.gz |
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'devel/ExmanIDE')
-rw-r--r-- | devel/ExmanIDE/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index ed73069fffc..489a1ddba3b 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/31 11:16:31 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 21:07:32 rodent Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -21,8 +21,8 @@ SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. SUBST_STAGE.mod= post-patch SUBST_FILES.mod= Profile.py SourceEditor.py StcStyle.py -SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g' \ - -e 's,wxPython\.py,wx.py,g' +SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g' +SUBST_SED.mod+= -e 's,wxPython\.py,wx.py,g' SUBST_CLASSES+= py SUBST_MESSAGE.py= Fixing paths in a wrapper script. |