emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/caml 6fe87ee 13/14: Update the OPAM file


From: ELPA Syncer
Subject: [nongnu] elpa/caml 6fe87ee 13/14: Update the OPAM file
Date: Tue, 24 Aug 2021 05:57:24 -0400 (EDT)

branch: elpa/caml
commit 6fe87ee9e70f0dd03342a156acc32e7cea4079a5
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Update the OPAM file
---
 caml-mode.opam | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/caml-mode.opam b/caml-mode.opam
index b242f41..bf63a00 100644
--- a/caml-mode.opam
+++ b/caml-mode.opam
@@ -1,6 +1,6 @@
 opam-version: "2.0"
 name: "caml-mode"
-version: "4.06"
+version: "VERSION"
 authors: [
   "Damien Doligez"
   "Jacques Garrigue"
@@ -10,16 +10,16 @@ authors: [
 ]
 maintainer: "Christophe.Troestler@umons.ac.be"
 license: "GNU General Public License"
-homepage: "https://github.com/ocaml/ocaml";
-dev-repo: "git+https://github.com/ocaml/ocaml.git";
-bug-reports: "http://caml.inria.fr/mantis/";
+homepage: "https://github.com/ocaml/caml-mode";
+dev-repo: "git+https://github.com/ocaml/caml-mode.git";
+bug-reports: "https://github.com/ocaml/caml-mode/issues";
 install: [
-  [make "install" "EMACSDIR=%{share}%/emacs/site-lisp"]
-  [make "install-ocamltags" "BINDIR=%{bin}%"]
+  [make "install" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
+  [make "install-ocamltags" "INSTALL_BIN=%{bin}%"]
 ]
 remove: [
-  [make "uninstall" "EMACSDIR=%{share}%/emacs/site-lisp"]
-  [make "uninstall-ocamltags" "BINDIR=%{bin}%"]
+  [make "uninstall" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
+  [make "uninstall-ocamltags" "INSTALL_BIN=%{bin}%"]
 ]
 depends: ["ocaml" "conf-emacs"]
 post-messages: """



reply via email to

[Prev in Thread] Current Thread [Next in Thread]