diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-type_conv/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-type_conv/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ocaml-type_conv/Makefile b/devel/ocaml-type_conv/Makefile index eb4de714e81..9236e04c552 100644 --- a/devel/ocaml-type_conv/Makefile +++ b/devel/ocaml-type_conv/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/02/06 12:10:33 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2016/04/12 16:05:21 jaapb Exp $ DISTNAME= type_conv-${VERS} PKGNAME= ocaml-${DISTNAME} VERS= 113.00.02 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/type_conv/archive/} DISTFILES= ${VERS}${EXTRACT_SUFX} @@ -18,6 +19,7 @@ WRKSRC= ${WRKDIR}/type_conv-${VERS} USE_TOOLS+= gmake OCAML_USE_FINDLIB= yes +OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/type_conv .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/ocaml.mk" diff --git a/devel/ocaml-type_conv/PLIST b/devel/ocaml-type_conv/PLIST index c5d4cfdbbf5..f10f582f370 100644 --- a/devel/ocaml-type_conv/PLIST +++ b/devel/ocaml-type_conv/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/28 12:10:18 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/type_conv +@comment $NetBSD: PLIST,v 1.3 2016/04/12 16:05:21 jaapb Exp $ lib/ocaml/site-lib/type_conv/META ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.a lib/ocaml/site-lib/type_conv/pa_type_conv.annot @@ -11,4 +10,3 @@ ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmx ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmxa ${PLIST.ocaml-opt}lib/ocaml/site-lib/type_conv/pa_type_conv.cmxs lib/ocaml/site-lib/type_conv/pa_type_conv.mli -@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/type_conv |