summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL
diff options
context:
space:
mode:
authorrecht <recht>2003-09-14 16:43:45 +0000
committerrecht <recht>2003-09-14 16:43:45 +0000
commit5980646941cc3492b99800e167d16bdf5b6fc5e3 (patch)
treeaca8ff7153d5fa2dbe4b26684fe239c50263adac /databases/py-PgSQL
parent734f40da76f9b44d22dbd66ce2c1fe781d1e8678 (diff)
downloadpkgsrc-5980646941cc3492b99800e167d16bdf5b6fc5e3.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-PgSQL')
-rw-r--r--databases/py-PgSQL/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 1334f42c023..63a2c679003 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 13:46:24 recht Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/14 16:43:47 recht Exp $
#
DISTNAME= pyPgSQL-2.4
@@ -16,10 +16,6 @@ PYDISTUTILSPKG= YES
PYBINMODULE= YES
PY_PATCHPLIST= YES
-post-install:
- ${PYTHONBIN} -O ${LOCALBASE}/${PYLIB}/compileall.py \
- ${LOCALBASE}/${PYSITELIB}/pyPgSQL
-
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../time/py-mxDateTime/buildlink2.mk"