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 /databases/py-sqlite | |
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 'databases/py-sqlite')
-rw-r--r-- | databases/py-sqlite/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-sqlite/PLIST b/databases/py-sqlite/PLIST index af604c84028..7835602104a 100644 --- a/databases/py-sqlite/PLIST +++ b/databases/py-sqlite/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/25 21:38:21 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/_sqlite.so ${PYSITELIB}/sqlite/__init__.py ${PYSITELIB}/sqlite/__init__.pyc +${PYSITELIB}/sqlite/__init__.pyo ${PYSITELIB}/sqlite/main.py ${PYSITELIB}/sqlite/main.pyc +${PYSITELIB}/sqlite/main.pyo @dirrm ${PYSITELIB}/sqlite |