1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/pari/files/patch-af
Chris Piazza c556e16749 Update to version 2.0.18b
PR:		16030
Submitted by:	maintainer
2000-01-14 19:59:47 +00:00

47 lines
1.7 KiB
Plaintext

--- config/Makefile.SH.orig Wed Nov 17 02:12:01 1999
+++ config/Makefile.SH Mon Jan 10 02:37:39 2000
@@ -293,7 +293,8 @@
\$(INSTALL_DATA) $doc/translations \$(MISCDIR)
install-doc:
- -cd $doc; \$(MAKE) all
+# -cd $doc; \$(MAKE) all
+ -\$(INSTALL_DATA) $doc/Makefile \$(MISCDIR)
-\$(INSTALL_DATA) $doc/paricfg.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/parimacro.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch1.tex \$(MISCDIR)
@@ -301,10 +302,10 @@
-\$(INSTALL_DATA) $doc/usersch3.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR)
-\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR)
- -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR)
+# -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR)
install-data:
-mkdir -p \$(DATADIR)
@@ -378,13 +379,13 @@
if test -n "$emacs"; then
cat >> $file << EOT
-$pari_elc: $emx/pari.el
- @echo "Byte-Compiling pari.el..."
- -cd $emx; $emacs -batch -l compile
+#$pari_elc: $emx/pari.el
+# @echo "Byte-Compiling pari.el..."
+# -cd $emx; $emacs -batch -l compile
-$install_emacs_files: $pari_elc
+$install_emacs_files: #$pari_elc
-mkdir -p \$(MISCDIR)
- -\$(INSTALL_DATA) $pari_elc \$(MISCDIR)
+# -\$(INSTALL_DATA) $pari_elc \$(MISCDIR)
\$(INSTALL_DATA) $emx/pari.el \$(MISCDIR)
\$(INSTALL_DATA) $emx/pariemacs.txt \$(MISCDIR)
\$(INSTALL_DATA) $emx/with-syntax.el \$(MISCDIR)