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 /x11/py-wxWindows | |
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 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile index 52bda82803e..cf195261945 100644 --- a/x11/py-wxWindows/Makefile +++ b/x11/py-wxWindows/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/09 11:59:03 recht Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/14 16:43:57 recht Exp $ # DISTNAME= wxPythonSrc-2.4.1.2 @@ -28,12 +28,6 @@ PYSETUPBUILDARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 PYSETUPINSTALLARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 PYBINMODULE= yes -post-install: - ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \ - ${PREFIX}/${PYSITELIB}/wx - ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \ - ${PREFIX}/${PYSITELIB}/wxPython - .include "../../x11/wxGTK/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |