pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-migrate-parsetree Changes to work with new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cf2446dc8e5
branches:  trunk
changeset: 367956:4cf2446dc8e5
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Sep 08 22:19:52 2017 +0000

description:
Changes to work with new mk/ocaml.mk

diffstat:

 devel/ocaml-migrate-parsetree/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43a947d30eca -r 4cf2446dc8e5 devel/ocaml-migrate-parsetree/Makefile
--- a/devel/ocaml-migrate-parsetree/Makefile    Fri Sep 08 22:18:46 2017 +0000
+++ b/devel/ocaml-migrate-parsetree/Makefile    Fri Sep 08 22:19:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/08 09:51:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/08 22:19:52 jaapb Exp $
 
 VERSION=       1.0.1
 PKGREVISION=   2
@@ -16,7 +16,7 @@
 OCAML_USE_FINDLIB=     yes
 OCAML_FINDLIB_DIRS=    ${GITHUB_PROJECT}
 OCAML_USE_JBUILDER=    yes
-OCAML_TOPKG_NAME=      ${GITHUB_PROJECT}
+OPAM_INSTALL_FILES=    ${GITHUB_PROJECT}
 
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocamlbuild/buildlink3.mk"



Home | Main Index | Thread Index | Old Index