diff options
-rw-r--r-- | math/pari/Makefile | 1 | ||||
-rw-r--r-- | math/pari/files/patch-config-TOP_Make.SH | 12 |
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";\\ |