1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/pari/files/patch-af
Steve Price d4d4fb4baf Update to version 2.0.16b.
PR:		13132
Submitted by:	maintainer
1999-08-22 04:09:08 +00:00

22 lines
764 B
Plaintext

--- ../pari-2.0.16.beta.orig/config/Makefile.SH Mon Jun 28 19:23:29 1999
+++ ./config/Makefile.SH Fri Aug 13 08:05:46 1999
@@ -384,13 +384,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)