diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 16:43:45 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 16:43:45 +0000 |
commit | e914ab3288c32de6c4b5d382398e7394d75afe6d (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /math/py-rpy/PLIST | |
parent | ff2172dab34298825042d409dfa313c03cd1e84a (diff) | |
download | pkgsrc-e914ab3288c32de6c4b5d382398e7394d75afe6d.tar.gz |
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.
Diffstat (limited to 'math/py-rpy/PLIST')
-rw-r--r-- | math/py-rpy/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index 7fbe5a701c7..f8d6d4e0068 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:51 recht Exp $ ${PYSITELIB}/rpy.py ${PYSITELIB}/rpy.pyc +${PYSITELIB}/rpy.pyo ${PYSITELIB}/io.py ${PYSITELIB}/io.pyc +${PYSITELIB}/io.pyo ${PYSITELIB}/_rpymodule.so |