Stubs library installed in right location
This commit is contained in:
parent
3077598dfc
commit
fafa1a2cbd
3 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.19 2017/09/08 13:19:34 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2017/09/08 16:55:19 jaapb Exp $
|
||||
#
|
||||
|
||||
GITHUB_PROJECT= js_of_ocaml
|
||||
DISTNAME= ${GITHUB_PROJECT}-3.0.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2017/09/08 13:19:34 jaapb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2017/09/08 16:55:19 jaapb Exp $
|
||||
bin/js_of_ocaml
|
||||
bin/js_of_ocaml.exe
|
||||
bin/jsoo_link
|
||||
|
@ -542,7 +542,7 @@ ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmt
|
|||
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmti
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.cmx
|
||||
${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli
|
||||
${OCAML_SITELIB}/stubslibs/dlljs_of_ocaml_stubs.so
|
||||
${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so
|
||||
man/man1/js_of_ocaml.1
|
||||
man/man1/jsoo_link.1
|
||||
man/man1/jsoo_minify.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2017/09/08 13:19:34 jaapb Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2017/09/08 16:55:19 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= js_of_ocaml
|
||||
|
||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= js_of_ocaml
|
|||
JS_OF_OCAML_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0
|
||||
#BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0
|
||||
BUILDLINK_ABI_DEPENDS.js_of_ocaml+= js_of_ocaml>=3.0.0nb1
|
||||
BUILDLINK_PKGSRCDIR.js_of_ocaml?= ../../devel/js_of_ocaml
|
||||
|
||||
.endif # JS_OF_OCAML_BUILDLINK3_MK
|
||||
|
|
Loading…
Reference in a new issue