From e914ab3288c32de6c4b5d382398e7394d75afe6d Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 14 Sep 2003 16:43:45 +0000 Subject: 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@. --- net/py-adns/PLIST | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'net/py-adns') 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 -- cgit v1.2.3