diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-22 04:09:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-22 04:09:08 +0000 |
commit | d4d4fb4baf95a88d58e858a68d2626fc4f7d827a (patch) | |
tree | 7e2428175ed10a4339b1cedcfa521ba47569be22 /math/pari/files | |
parent | New GNOME metaport to match recent updates. Note libglade and (diff) |
Update to version 2.0.16b.
PR: 13132
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=20877
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) |