summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2011-05-04 11:38:05 +0000
committerobache <obache>2011-05-04 11:38:05 +0000
commit9951a2bb4a55e3e37f7672a8df2724c389f5b969 (patch)
tree2198d9821c1648522597e4833d3f97c79d9daa1d /textproc
parentfcdad1d4906264690685f0a2c3cdcb5b22b281e5 (diff)
downloadpkgsrc-9951a2bb4a55e3e37f7672a8df2724c389f5b969.tar.gz
Install standard python modules into usual location instead of site-packages.
PR#44826. Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-cElementTree/Makefile4
-rw-r--r--textproc/py-cElementTree/PLIST4
-rw-r--r--textproc/py-expat/Makefile6
-rw-r--r--textproc/py-expat/PLIST4
4 files changed, 10 insertions, 8 deletions
diff --git a/textproc/py-cElementTree/Makefile b/textproc/py-cElementTree/Makefile
index ec43bf873c0..8a60defb85b 100644
--- a/textproc/py-cElementTree/Makefile
+++ b/textproc/py-cElementTree/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2011/02/25 09:47:28 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/04 11:38:05 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-cElementTree-0
+PKGREVISION= 1
CATEGORIES= textproc python
MAINTAINER= obache@NetBSD.org
@@ -22,6 +23,7 @@ PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR}
PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
+PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
diff --git a/textproc/py-cElementTree/PLIST b/textproc/py-cElementTree/PLIST
index 8b33cda19b0..2a9e9ecd78e 100644
--- a/textproc/py-cElementTree/PLIST
+++ b/textproc/py-cElementTree/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 12:41:45 obache Exp $
-${PYSITELIB}/_elementtree.so
+@comment $NetBSD: PLIST,v 1.2 2011/05/04 11:38:05 obache Exp $
+${PYLIB}/lib-dynload/_elementtree.so
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile
index dc71caa9a3a..b2f54f5a43f 100644
--- a/textproc/py-expat/Makefile
+++ b/textproc/py-expat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:32 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2011/05/04 11:38:06 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-expat-0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc python
MAINTAINER= tsarna@NetBSD.org
@@ -19,7 +19,7 @@ PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR}
PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
-
+PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
diff --git a/textproc/py-expat/PLIST b/textproc/py-expat/PLIST
index 9109bb57dda..ed8f69c0efa 100644
--- a/textproc/py-expat/PLIST
+++ b/textproc/py-expat/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/10 12:54:30 grant Exp $
-${PYSITELIB}/pyexpat.so
+@comment $NetBSD: PLIST,v 1.3 2011/05/04 11:38:06 obache Exp $
+${PYLIB}/lib-dynload/pyexpat.so