diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-06-25 14:18:35 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-06-25 14:18:35 +0000 |
commit | f127a86ad22ab8cf6cebf3d02be39c1ff2db6e95 (patch) | |
tree | 2862fb85f085340b2303e1cdbd7865023c0c2ab4 /devel | |
parent | adb9cb312a67db742922e2c714c428f698d6892d (diff) | |
download | pkgsrc-f127a86ad22ab8cf6cebf3d02be39c1ff2db6e95.tar.gz |
Updated package to use ocaml.mk framework. No upstream changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-lwt/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-lwt/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/ocaml-lwt/Makefile b/devel/ocaml-lwt/Makefile index 1d0e16330bd..afe2da5405a 100644 --- a/devel/ocaml-lwt/Makefile +++ b/devel/ocaml-lwt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2016/06/20 10:18:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2016/06/25 14:18:35 jaapb Exp $ # DISTNAME= lwt-2.5.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel #MASTER_SITES= http://github.com/ocsigen/lwt/archive/ MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} diff --git a/devel/ocaml-lwt/PLIST b/devel/ocaml-lwt/PLIST index d98a71e5423..9746f409fb1 100644 --- a/devel/ocaml-lwt/PLIST +++ b/devel/ocaml-lwt/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/02/17 17:00:38 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/lwt +@comment $NetBSD: PLIST,v 1.8 2016/06/25 14:18:35 jaapb Exp $ ${PLIST.ppx}bin/ppx_lwt ${OCAML_SITELIB}/lwt/META ${OCAML_SITELIB}/lwt/dlllwt-unix_stubs.so @@ -240,4 +239,3 @@ ${PLIST.ppx}${OCAML_SITELIB}/lwt/ppx_lwt.cmt ${PLIST.ppx}${OCAML_SITELIB}/lwt/ppx_lwt.cmti ${PLIST.ocaml-opt}${PLIST.ppx}${OCAML_SITELIB}/lwt/ppx_lwt.cmx ${PLIST.ppx}${OCAML_SITELIB}/lwt/ppx_lwt.mli -@exec %D/libexec/ocaml-findlib-register add %D/${OCAML_SITELIB}/lwt |