diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-31 08:10:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-31 08:10:58 +0000 |
commit | 39e1c1961c297ab60f21c547529e84cb1d47d9da (patch) | |
tree | 2823200befdd59a92b785e2116d5a21345bdb06e /math/pari-devel/files/patch-af | |
parent | Update to 2.4. Large rework: see the following URL for details: (diff) |
Workaround for problems installing this port on systems with emacs
already installed. While here, fixed plist.
PR: ports/62029
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=99583
Diffstat (limited to 'math/pari-devel/files/patch-af')
-rw-r--r-- | math/pari-devel/files/patch-af | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/pari-devel/files/patch-af b/math/pari-devel/files/patch-af index 7478e91a4b63..31813f3f632d 100644 --- a/math/pari-devel/files/patch-af +++ b/math/pari-devel/files/patch-af @@ -1,5 +1,5 @@ --- config/Makefile.SH.orig Wed Dec 17 07:44:36 2003 -+++ config/Makefile.SH Sun Jan 11 01:52:40 2004 ++++ config/Makefile.SH Wed Jan 28 23:21:55 2004 @@ -255,9 +255,12 @@ INCLUDEDIR= \$(DESTDIR)$includedir LIBDIR = \$(DESTDIR)$libdir @@ -83,7 +83,8 @@ +# --eval '(setq load-path (append (list ".") load-path))' \ +# -f batch-byte-compile *.el - $install_emacs_files: elc +-$install_emacs_files: elc ++$install_emacs_files: #elc -mkdir -p \$(EMACSDIR) - -cd $emx; for f in *.elc *.el pariemacs.txt; do \ +# -cd $emx; for f in *.elc *.el pariemacs.txt; do \ |