diff options
author | recht <recht> | 2003-09-14 16:43:45 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-14 16:43:45 +0000 |
commit | cc600da3a8f20abf22698aec46c9d9bac801e277 (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /graphics/py-gnuplot/PLIST | |
parent | e904a4283d33472be3fea84f44909c6a56260844 (diff) | |
download | pkgsrc-cc600da3a8f20abf22698aec46c9d9bac801e277.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 'graphics/py-gnuplot/PLIST')
-rw-r--r-- | graphics/py-gnuplot/PLIST | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/graphics/py-gnuplot/PLIST b/graphics/py-gnuplot/PLIST index 7fdea07b456..0904320f3dc 100644 --- a/graphics/py-gnuplot/PLIST +++ b/graphics/py-gnuplot/PLIST @@ -1,34 +1,50 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/04 18:38:27 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $ ${PYSITELIB}/Gnuplot/Errors.py ${PYSITELIB}/Gnuplot/Errors.pyc +${PYSITELIB}/Gnuplot/Errors.pyo ${PYSITELIB}/Gnuplot/PlotItems.py ${PYSITELIB}/Gnuplot/PlotItems.pyc +${PYSITELIB}/Gnuplot/PlotItems.pyo ${PYSITELIB}/Gnuplot/_Gnuplot.py ${PYSITELIB}/Gnuplot/_Gnuplot.pyc +${PYSITELIB}/Gnuplot/_Gnuplot.pyo ${PYSITELIB}/Gnuplot/__init__.py ${PYSITELIB}/Gnuplot/__init__.pyc +${PYSITELIB}/Gnuplot/__init__.pyo ${PYSITELIB}/Gnuplot/demo.py ${PYSITELIB}/Gnuplot/demo.pyc +${PYSITELIB}/Gnuplot/demo.pyo ${PYSITELIB}/Gnuplot/funcutils.py ${PYSITELIB}/Gnuplot/funcutils.pyc +${PYSITELIB}/Gnuplot/funcutils.pyo ${PYSITELIB}/Gnuplot/gnuplot_Suites.py ${PYSITELIB}/Gnuplot/gnuplot_Suites.pyc +${PYSITELIB}/Gnuplot/gnuplot_Suites.pyo ${PYSITELIB}/Gnuplot/gp.py ${PYSITELIB}/Gnuplot/gp.pyc +${PYSITELIB}/Gnuplot/gp.pyo ${PYSITELIB}/Gnuplot/gp_mac.py ${PYSITELIB}/Gnuplot/gp_mac.pyc +${PYSITELIB}/Gnuplot/gp_mac.pyo ${PYSITELIB}/Gnuplot/gp_macosx.py ${PYSITELIB}/Gnuplot/gp_macosx.pyc +${PYSITELIB}/Gnuplot/gp_macosx.pyo ${PYSITELIB}/Gnuplot/gp_unix.py ${PYSITELIB}/Gnuplot/gp_unix.pyc +${PYSITELIB}/Gnuplot/gp_unix.pyo ${PYSITELIB}/Gnuplot/gp_win32.py ${PYSITELIB}/Gnuplot/gp_win32.pyc +${PYSITELIB}/Gnuplot/gp_win32.pyo ${PYSITELIB}/Gnuplot/oldplot.py ${PYSITELIB}/Gnuplot/oldplot.pyc +${PYSITELIB}/Gnuplot/oldplot.pyo ${PYSITELIB}/Gnuplot/termdefs.py ${PYSITELIB}/Gnuplot/termdefs.pyc +${PYSITELIB}/Gnuplot/termdefs.pyo ${PYSITELIB}/Gnuplot/test.py ${PYSITELIB}/Gnuplot/test.pyc +${PYSITELIB}/Gnuplot/test.pyo ${PYSITELIB}/Gnuplot/utils.py ${PYSITELIB}/Gnuplot/utils.pyc +${PYSITELIB}/Gnuplot/utils.pyo @dirrm ${PYSITELIB}/Gnuplot |