diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-04-03 23:35:38 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-04-03 23:35:38 +0000 |
commit | 374ce6b221f4f20f45e18561e581bcd2f6fb3580 (patch) | |
tree | abc3a0a924d9969577c16f5dcab17a626e04e545 /math/pari/files | |
parent | Update to zircon 1.18.213 (diff) |
Remove dependency to emacs. The pr was sent from the maintainer.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Notes
Notes:
svn path=/head/; revision=17626
Diffstat (limited to 'math/pari/files')
-rw-r--r-- | math/pari/files/patch-af | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/pari/files/patch-af b/math/pari/files/patch-af new file mode 100644 index 000000000000..aafd718b2228 --- /dev/null +++ b/math/pari/files/patch-af @@ -0,0 +1,21 @@ +--- config/Makefile.SH.orig Sun Apr 4 08:01:45 1999 ++++ config/Makefile.SH Sun Apr 4 08:04:28 1999 +@@ -373,13 +373,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) + # otherwise Warning from emacs (file not writeable) + \$(INSTALL) -m 666 $emx/pari.menu \$(MISCDIR) |