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@. --- databases/py-mysqldb/PLIST | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'databases/py-mysqldb') diff --git a/databases/py-mysqldb/PLIST b/databases/py-mysqldb/PLIST index e44f6e070a4..b52aaea7a9f 100644 --- a/databases/py-mysqldb/PLIST +++ b/databases/py-mysqldb/PLIST @@ -1,34 +1,49 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/29 14:39:38 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/CompatMysqldb.py ${PYSITELIB}/CompatMysqldb.pyc +${PYSITELIB}/CompatMysqldb.pyo ${PYSITELIB}/MySQLdb/__init__.py ${PYSITELIB}/MySQLdb/__init__.pyc +${PYSITELIB}/MySQLdb/__init__.pyo ${PYSITELIB}/MySQLdb/connections.py ${PYSITELIB}/MySQLdb/connections.pyc +${PYSITELIB}/MySQLdb/connections.pyo ${PYSITELIB}/MySQLdb/constants/CLIENT.py ${PYSITELIB}/MySQLdb/constants/CLIENT.pyc +${PYSITELIB}/MySQLdb/constants/CLIENT.pyo ${PYSITELIB}/MySQLdb/constants/CR.py ${PYSITELIB}/MySQLdb/constants/CR.pyc +${PYSITELIB}/MySQLdb/constants/CR.pyo ${PYSITELIB}/MySQLdb/constants/ER.py ${PYSITELIB}/MySQLdb/constants/ER.pyc +${PYSITELIB}/MySQLdb/constants/ER.pyo ${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.py ${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.pyc +${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.pyo ${PYSITELIB}/MySQLdb/constants/FLAG.py ${PYSITELIB}/MySQLdb/constants/FLAG.pyc +${PYSITELIB}/MySQLdb/constants/FLAG.pyo ${PYSITELIB}/MySQLdb/constants/REFRESH.py ${PYSITELIB}/MySQLdb/constants/REFRESH.pyc +${PYSITELIB}/MySQLdb/constants/REFRESH.pyo ${PYSITELIB}/MySQLdb/constants/__init__.py ${PYSITELIB}/MySQLdb/constants/__init__.pyc +${PYSITELIB}/MySQLdb/constants/__init__.pyo ${PYSITELIB}/MySQLdb/converters.py ${PYSITELIB}/MySQLdb/converters.pyc +${PYSITELIB}/MySQLdb/converters.pyo ${PYSITELIB}/MySQLdb/cursors.py ${PYSITELIB}/MySQLdb/cursors.pyc +${PYSITELIB}/MySQLdb/cursors.pyo ${PYSITELIB}/MySQLdb/sets.py ${PYSITELIB}/MySQLdb/sets.pyc +${PYSITELIB}/MySQLdb/sets.pyo ${PYSITELIB}/MySQLdb/times.py ${PYSITELIB}/MySQLdb/times.pyc +${PYSITELIB}/MySQLdb/times.pyo ${PYSITELIB}/_mysql.so ${PYSITELIB}/_mysql_exceptions.py ${PYSITELIB}/_mysql_exceptions.pyc +${PYSITELIB}/_mysql_exceptions.pyo @dirrm ${PYSITELIB}/MySQLdb/constants @dirrm ${PYSITELIB}/MySQLdb -- cgit v1.2.3