diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 21:42:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-05 21:42:13 +0000 |
commit | 8887f148c041116e74d09c134a8b4594f62e6139 (patch) | |
tree | 6bedda2b1bfddadee5f0cbc4695d9ba63ab6a3b5 /math/pari/files/patch-config-TOP_Make.SH | |
parent | Add libphish 0.1.0, a cross-platform library to interact with the Open (diff) |
- Update to 2.3.0
PR: ports/98531
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=164528
Diffstat (limited to 'math/pari/files/patch-config-TOP_Make.SH')
-rw-r--r-- | math/pari/files/patch-config-TOP_Make.SH | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/pari/files/patch-config-TOP_Make.SH b/math/pari/files/patch-config-TOP_Make.SH new file mode 100644 index 000000000000..716beb1e12d5 --- /dev/null +++ b/math/pari/files/patch-config-TOP_Make.SH @@ -0,0 +1,10 @@ +--- config/TOP_Make.SH.orig Thu Jan 15 04:33:33 2004 ++++ config/TOP_Make.SH Sun Jan 9 18:38:25 2005 +@@ -38,7 +38,6 @@ + @echo "Available extra tests: test-all $top_test_extra" + + all:: +- @-cd doc && \$(MAKE) doc + @\$(MAKE) gp + + gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanobj cleantest install-bin install-doc install-data install-lib-sta install-bin-sta dobench tune:: |