diff options
author | steve <steve@FreeBSD.org> | 1999-08-22 12:09:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-22 12:09:08 +0800 |
commit | 3eab052ffc77306116ae14fabc2dd721aefef11e (patch) | |
tree | ac4918aa753f274e462211449a6e8400b0601530 /math/pari/files | |
parent | 04e93ae7240c92f386edbe64d837355b4241e51a (diff) | |
download | freebsd-ports-gnome-3eab052ffc77306116ae14fabc2dd721aefef11e.tar.gz freebsd-ports-gnome-3eab052ffc77306116ae14fabc2dd721aefef11e.tar.zst freebsd-ports-gnome-3eab052ffc77306116ae14fabc2dd721aefef11e.zip |
Update to version 2.0.16b.
PR: 13132
Submitted by: maintainer
Diffstat (limited to 'math/pari/files')
-rw-r--r-- | math/pari/files/patch-af | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/pari/files/patch-af b/math/pari/files/patch-af index aafd718b2228..c8d3ecce7c73 100644 --- a/math/pari/files/patch-af +++ b/math/pari/files/patch-af @@ -1,6 +1,6 @@ ---- 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 @@ +--- ../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 @@ -17,5 +17,5 @@ - -\$(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) + \$(INSTALL_DATA) $emx/pariemacs.txt \$(MISCDIR) + \$(INSTALL_DATA) $emx/with-syntax.el \$(MISCDIR) |