1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/math/pari/files/patch-af
Alexander Langer 89a7c0ccc6 Update to version 2.0.20b
PR:		19940
Submitted by:	maintainer
2000-07-16 13:58:35 +00:00

47 lines
1.7 KiB
Plaintext

--- config/Makefile.SH.orig Tue Mar 28 02:33:26 2000
+++ config/Makefile.SH Sat Jul 15 10:52:27 2000
@@ -290,7 +290,8 @@
install-doc:
-mkdir -p \$(MISCDIR)
-mkdir -p \$(BINDIR)
- -cd $doc; \$(MAKE) all
+# -cd $doc; \$(MAKE) all
+ -\$(INSTALL_PROGRAM) $doc/Makefile \$(BINDIR)
-\$(INSTALL_PROGRAM) $doc/gphelp \$(BINDIR)
-\$(INSTALL_DATA) $doc/translations \$(MISCDIR)
-\$(INSTALL_DATA) $doc/paricfg.tex \$(MISCDIR)
@@ -300,10 +301,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)
@@ -377,13 +378,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)