aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-11 04:27:10 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-11 04:27:10 +0800
commitfc5328d0faf1de0879d4c997871319c2ec39aa45 (patch)
tree5df46412b26c89af0cc3acae351bdd09a9908806 /math
parent3190bbbeae74c6917c57e8ce58c9bdaff95198cd (diff)
downloadfreebsd-ports-gnome-fc5328d0faf1de0879d4c997871319c2ec39aa45.tar.gz
freebsd-ports-gnome-fc5328d0faf1de0879d4c997871319c2ec39aa45.tar.zst
freebsd-ports-gnome-fc5328d0faf1de0879d4c997871319c2ec39aa45.zip
- Remove patch: use ALL_TARGET instead
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";\\