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 | 10e7a5c6c648063ea260feb69cc5ae905f329299 (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /net/py-adns | |
parent | 6d8a74b2435f19d7561270f36e05864532486ae6 (diff) | |
download | pkgsrc-10e7a5c6c648063ea260feb69cc5ae905f329299.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 'net/py-adns')
-rw-r--r-- | net/py-adns/PLIST | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/py-adns/PLIST b/net/py-adns/PLIST index e124536d5ff..4bd31eaa826 100644 --- a/net/py-adns/PLIST +++ b/net/py-adns/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ -${PYSITELIB}/ADNS.pyc +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:52 recht Exp $ ${PYSITELIB}/ADNS.py +${PYSITELIB}/ADNS.pyc +${PYSITELIB}/ADNS.pyo ${PYSITELIB}/adns.so -${PYSITELIB}/hostmx.pyc ${PYSITELIB}/hostmx.py -${PYSITELIB}/rblcheck.pyc +${PYSITELIB}/hostmx.pyc +${PYSITELIB}/hostmx.pyo ${PYSITELIB}/rblcheck.py +${PYSITELIB}/rblcheck.pyc +${PYSITELIB}/rblcheck.pyo |