summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-10 20:27:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-10 20:27:10 +0000
commitaa568b0d400f9824a5f24ff7d4888c9f88262ded (patch)
tree0eceea2fbb1548d5c5524cbd4b387ff6582ec786 /math
parent- Simplify version-related variables (diff)
- Remove patch: use ALL_TARGET instead
Notes
Notes: svn path=/head/; revision=281601
Diffstat (limited to 'math')
-rw-r--r--math/pari/Makefile1
-rw-r--r--math/pari/files/patch-config-TOP_Make.SH12
2 files changed, 0 insertions, 13 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index faa258216ac6..e1551a42bad5 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -24,7 +24,6 @@ CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= --prefix=${PREFIX} \
--share-prefix=${PREFIX}/share \
--with-gmp=${LOCALBASE}
-#MAKE_ARGS= gp
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/math/pari/files/patch-config-TOP_Make.SH b/math/pari/files/patch-config-TOP_Make.SH
deleted file mode 100644
index 4cc315be421d..000000000000
--- a/math/pari/files/patch-config-TOP_Make.SH
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
-
---- config/TOP_Make.SH.orig 2011-07-12 17:57:15.000000000 +0900
-+++ config/TOP_Make.SH 2011-07-12 17:57:33.000000000 +0900
-@@ -42,7 +42,6 @@
-
- all::
- @\$(MAKE) gp
-- @-cd doc && \$(MAKE) doc
-
- gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanall cleanobj cleantest install-bin install-doc install-docpdf install-data install-lib-sta install-bin-sta dobench dyntest-all statest-all tune::
- @dir=\`config/objdir\`; echo "Making \$@ in \$\$dir";\\