pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_deriving



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Wed Jul 31 09:24:22 UTC 2019

Modified Files:
        pkgsrc/devel/ocaml-ppx_deriving: Makefile

Log Message:
Cleaned up Makefile for devel/ocaml-ppx_deriving a bit


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ocaml-ppx_deriving/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-ppx_deriving/Makefile
diff -u pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.17 pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.18
--- pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.17       Mon Jul 15 12:57:48 2019
+++ pkgsrc/devel/ocaml-ppx_deriving/Makefile    Wed Jul 31 09:24:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/07/15 12:57:48 jaapb Exp $
+# $NetBSD: Makefile,v 1.18 2019/07/31 09:24:22 jaapb Exp $
 
 GITHUB_PROJECT=        ppx_deriving
 DISTNAME=      ${GITHUB_PROJECT}-4.4
@@ -13,17 +13,13 @@ COMMENT=    Type-driven code generation for
 LICENSE=       mit
 
 USE_LANGUAGES= c
-
 OCAML_USE_DUNE=        yes
 
-BUILD_TARGET=  build
-
 .include "../../devel/ocaml-cppo/buildlink3.mk"
 .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
 .include "../../devel/ocaml-ppx_derivers/buildlink3.mk"
 .include "../../devel/ocaml-ppx_tools/buildlink3.mk"
 .include "../../devel/ocaml-ppxfind/buildlink3.mk"
 .include "../../devel/ocaml-result/buildlink3.mk"
-.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../mk/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index