summaryrefslogtreecommitdiff
path: root/devel/ExmanIDE
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commit1bf12f54d752f34431e029c366efad2fb372519b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /devel/ExmanIDE
parent5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff)
downloadpkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.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/Makefile6
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'