Received: by mail.netbsd.org (Postfix, from userid 605) id 0A4CE84DCC; Fri, 8 Sep 2017 22:19:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9104A84CE3 for ; Fri, 8 Sep 2017 22:19:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Q-iFhPrgeNvb for ; Fri, 8 Sep 2017 22:19:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F239184CE1 for ; Fri, 8 Sep 2017 22:19:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB8B1FA97; Fri, 8 Sep 2017 22:19:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150490919253620" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 22:19:52 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-migrate-parsetree To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20170908221952.EB8B1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150490919253620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_150490919253620 Content-Disposition: inline Content-Length: 781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_150490919253620--