summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 21:07:31 +0000
committerrodent <rodent>2013-04-06 21:07:31 +0000
commitf967fd63dbaa1c297727316c535d5f92e53a8b44 (patch)
treec9dec68b64c6028a90065156103df5ec5322256c /textproc/py-libxml2/Makefile
parent8d6852be91bc594526d6f7286a4c3c68e6bf7182 (diff)
downloadpkgsrc-f967fd63dbaa1c297727316c535d5f92e53a8b44.tar.gz
"Each sed command should appear in an assignment of its own."
Diffstat (limited to 'textproc/py-libxml2/Makefile')
-rw-r--r--textproc/py-libxml2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 0723fdb3d99..9cbd8832780 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2012/10/25 06:56:50 asau Exp $
+# $NetBSD: Makefile,v 1.45 2013/04/06 21:07:36 rodent Exp $
DISTNAME= libxml2-2.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,9 +18,9 @@ SUBST_CLASSES+= setup
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" \
- -e "/^\"/s,/usr/include,${BUILDLINK_PREFIX.iconv}/include,g" \
- -e "/^\"/s,/usr/local/include,${BUILDLINK_PREFIX.iconv}/include,g"
+SUBST_SED.setup= -e "/ROOT/s,'/usr','${BUILDLINK_PREFIX.libxml2}',g"
+SUBST_SED.setup+= -e "/^\"/s,/usr/include,${BUILDLINK_PREFIX.iconv}/include,g"
+SUBST_SED.setup+= -e "/^\"/s,/usr/local/include,${BUILDLINK_PREFIX.iconv}/include,g"
EGG_NAME= ${DISTNAME:S/-/_python-/}