pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-migrate-parsetree



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Sep  8 22:19:52 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-migrate-parsetree: Makefile

Log Message:
Changes to work with new mk/ocaml.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-migrate-parsetree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-migrate-parsetree/Makefile
diff -u pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.3 pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.4
--- pkgsrc/devel/ocaml-migrate-parsetree/Makefile:1.3   Fri Sep  8 09:51:21 2017
+++ pkgsrc/devel/ocaml-migrate-parsetree/Makefile       Fri Sep  8 22:19:52 2017
@@ -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 @@ USE_LANGUAGES=        c
 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