summaryrefslogtreecommitdiff
path: root/math/py-numeric17/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /math/py-numeric17/files/patch-Makefile
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'math/py-numeric17/files/patch-Makefile')
-rw-r--r--math/py-numeric17/files/patch-Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/math/py-numeric17/files/patch-Makefile b/math/py-numeric17/files/patch-Makefile
deleted file mode 100644
index 6512ba0c12ad..000000000000
--- a/math/py-numeric17/files/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile 2000/08/31 17:23:34 1.1
-+++ Makefile 2000/08/31 17:35:38
-@@ -5,8 +5,20 @@
- @echo "Currently that is:"
- @which python
-
--all: MA RNG FFT
-+all:: main MA RNG FFT
-+
-+main:
-+ python setup.py build
-
- MA RNG FFT:
-- (cd Packages/$@; python setup.py install)
-+ (cd Packages/$@; mkdir -p Include ; ln -sf ../../../Include Include/Numeric; python setup.py build)
-+
-+install:: main_install MA_install RNG_install FFT_install
-+
-+main_install:
-+ python setup.py install
-+
-+MA_install RNG_install FFT_install:
-+ (cd Packages/${@:S/_install//}; python setup.py install)
-+
-