diff options
author | tg <tg@FreeBSD.org> | 2002-05-23 12:08:10 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-05-23 12:08:10 +0000 |
commit | e4537c98c352bea8e238a3a142d2569f1e617fbf (patch) | |
tree | 03c669fd4e0e84782e1baf11f9b07c3165513ca6 /math/py-scientific | |
parent | 842c5654948abf38baf27b30bf958da575ea7478 (diff) | |
download | FreeBSD-ports-e4537c98c352bea8e238a3a142d2569f1e617fbf.zip FreeBSD-ports-e4537c98c352bea8e238a3a142d2569f1e617fbf.tar.gz |
Cleanup: remove unneeded patch; remove unused variable.
Diffstat (limited to 'math/py-scientific')
-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 08b5ecb..5f5cdc7 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 5980603..0000000 --- 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 |