diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-23 12:08:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-05-23 12:08:10 +0000 |
commit | fc244695b8817e53be479fceb95d8d46fd134a37 (patch) | |
tree | c783dd01a7a4e001fba9b4a56efa0a79272a9b63 /math | |
parent | Ensure clean removal. (diff) |
Cleanup: remove unneeded patch; remove unused variable.
Notes
Notes:
svn path=/head/; revision=59792
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scientific/Makefile | 1 | ||||
-rw-r--r-- | math/py-scientific/files/patch-setup.cfg | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/math/py-scientific/Makefile b/math/py-scientific/Makefile index 08b5ecbcc297..5f5cdc75bd7a 100644 --- a/math/py-scientific/Makefile +++ b/math/py-scientific/Makefile @@ -23,7 +23,6 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes NUMPYDIR= ${PYTHON_SITELIBDIR}/Numeric -SCIENTIFICDIR= ${PYTHON_SITELIBDIR}/Scientific DOCDIR= ${PREFIX}/share/doc/py-scientific EXAMPLEDIR= ${PREFIX}/share/examples/py-scientific diff --git a/math/py-scientific/files/patch-setup.cfg b/math/py-scientific/files/patch-setup.cfg deleted file mode 100644 index 598060352f10..000000000000 --- a/math/py-scientific/files/patch-setup.cfg +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.cfg.orig Wed Mar 28 16:14:46 2001 -+++ setup.cfg Mon Apr 2 18:52:18 2001 -@@ -3,3 +3,6 @@ - packager = "Konrad Hinsen <hinsen@cnrs-orleans.fr>" - group = "Libraries/Python" - doc_files = README README.MPI Doc/HTML Doc/PDF Doc/XML -+ -+[install] -+optimize = 1 |