summaryrefslogtreecommitdiff
path: root/devel/py-curses
diff options
context:
space:
mode:
authorobache <obache>2011-05-04 11:38:05 +0000
committerobache <obache>2011-05-04 11:38:05 +0000
commit2fac70122987e67ebecfcd35974a12c7592c779c (patch)
tree2198d9821c1648522597e4833d3f97c79d9daa1d /devel/py-curses
parent115533f2e396592969b8dab9d86b0ed7c5258f7b (diff)
downloadpkgsrc-2fac70122987e67ebecfcd35974a12c7592c779c.tar.gz
Install standard python modules into usual location instead of site-packages.
PR#44826. Bump PKGREVISION.
Diffstat (limited to 'devel/py-curses')
-rw-r--r--devel/py-curses/Makefile5
-rw-r--r--devel/py-curses/PLIST4
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 8b67de4b018..9617097b7b0 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2010/09/17 06:22:57 obache Exp $
+# $NetBSD: Makefile,v 1.35 2011/05/04 11:38:05 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-curses-0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel python
MAINTAINER= tsarna@NetBSD.org
@@ -21,6 +21,7 @@ PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses}
+PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
diff --git a/devel/py-curses/PLIST b/devel/py-curses/PLIST
index 42c8498cafc..5042a06d4a4 100644
--- a/devel/py-curses/PLIST
+++ b/devel/py-curses/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/28 09:32:54 drochner Exp $
-${PYSITELIB}/_curses.so
+@comment $NetBSD: PLIST,v 1.3 2011/05/04 11:38:05 obache Exp $
+${PYLIB}/lib-dynload/_curses.so