diff options
author | obache <obache@pkgsrc.org> | 2011-05-04 11:38:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-04 11:38:05 +0000 |
commit | 86209df05f459a42b0db96d108caac69f29ab9eb (patch) | |
tree | 2198d9821c1648522597e4833d3f97c79d9daa1d /textproc/py-cElementTree | |
parent | 4d757a235a1e419a43400efaec57b19f6d045ebe (diff) | |
download | pkgsrc-86209df05f459a42b0db96d108caac69f29ab9eb.tar.gz |
Install standard python modules into usual location instead of site-packages.
PR#44826.
Bump PKGREVISION.
Diffstat (limited to 'textproc/py-cElementTree')
-rw-r--r-- | textproc/py-cElementTree/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-cElementTree/PLIST | 4 |
2 files changed, 5 insertions, 3 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 |