diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /devel/ExmanIDE | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
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 af4eb1b5d9b..10356c54b25 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:38 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:07 rillig Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 4 @@ -18,14 +18,14 @@ NO_BUILD= yes PYTHON_VERSIONS_ACCEPTED?= 24 23 SUBST_CLASSES+= mod -SUBST_MESSAGE.mod= "Fixing deprecated module names." +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_CLASSES+= py -SUBST_MESSAGE.py= "Fixing paths in a wrapper script." +SUBST_MESSAGE.py= Fixing paths in a wrapper script. SUBST_STAGE.py= post-patch SUBST_FILES.py= ExmanIDE SUBST_SED.py= -e 's,python \$$0\.pyw,${PYTHONBIN} ${PREFIX}/share/${PKGBASE}/ExmanIDE.pyw,g' |