summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2
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 /textproc/py-libxml2
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 'textproc/py-libxml2')
-rw-r--r--textproc/py-libxml2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 00200baad59..44439f65abb 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/04/17 14:43:47 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/22 09:22:15 rillig Exp $
DISTNAME= libxml2-2.6.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ PYBINMODULE= YES
NO_CONFIGURE= YES
SUBST_CLASSES+= setup
-SUBST_MESSAGE.setup= "Fixing hardcoded paths."
+SUBST_MESSAGE.setup= Fixing hardcoded paths.
SUBST_STAGE.setup= pre-build
SUBST_FILES.setup= setup.py
SUBST_SED.setup= -e "/ROOT/s,'/usr','${BUILDLINK_PREFIX.libxml2}',g" \