summaryrefslogtreecommitdiffstats
path: root/math/pari/files
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1999-04-03 23:35:38 +0000
committersada <sada@FreeBSD.org>1999-04-03 23:35:38 +0000
commitac228562fc152709c55b53b7f222b8931f4cfc0d (patch)
tree9e8ecd3ee2ef138fdc80ca96d4c3199566cacde8 /math/pari/files
parenta477fa7c1a8cb39fb4351d3846b7e050b4d6b23a (diff)
downloadFreeBSD-ports-ac228562fc152709c55b53b7f222b8931f4cfc0d.zip
FreeBSD-ports-ac228562fc152709c55b53b7f222b8931f4cfc0d.tar.gz
Remove dependency to emacs. The pr was sent from the maintainer.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Diffstat (limited to 'math/pari/files')
-rw-r--r--math/pari/files/patch-af21
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 0000000..aafd718
--- /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)
OpenPOWER on IntegriCloud