summaryrefslogtreecommitdiff
path: root/databases/py-gdbm
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 /databases/py-gdbm
parentfcdad1d4906264690685f0a2c3cdcb5b22b281e5 (diff)
downloadpkgsrc-9951a2bb4a55e3e37f7672a8df2724c389f5b969.tar.gz
Install standard python modules into usual location instead of site-packages.
PR#44826. Bump PKGREVISION.
Diffstat (limited to 'databases/py-gdbm')
-rw-r--r--databases/py-gdbm/Makefile5
-rw-r--r--databases/py-gdbm/PLIST4
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index cf5bce3bc53..8d9d210e388 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2009/03/05 18:51:28 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2011/05/04 11:38:05 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-gdbm-0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases python
MAINTAINER= dolecek@ics.muni.cz
@@ -20,6 +20,7 @@ PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PY_SETUP_SUBST+= GDBMPREFIX=${GDBMDIR}
+PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
diff --git a/databases/py-gdbm/PLIST b/databases/py-gdbm/PLIST
index baafbe91492..c17ee7395c4 100644
--- a/databases/py-gdbm/PLIST
+++ b/databases/py-gdbm/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/28 09:30:09 drochner Exp $
-${PYSITELIB}/gdbm.so
+@comment $NetBSD: PLIST,v 1.3 2011/05/04 11:38:05 obache Exp $
+${PYLIB}/lib-dynload/gdbm.so