diff options
author | jaapb <jaapb> | 2016-06-20 10:29:29 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2016-06-20 10:29:29 +0000 |
commit | e1e1b115d8078eefcab6efb29fcbc951b5be2a91 (patch) | |
tree | f2fdb930912ea9f6b6dde4e3fe7f132e6fee2152 /textproc | |
parent | b1965037623149d57b853d87c210b9d639d9893b (diff) | |
download | pkgsrc-e1e1b115d8078eefcab6efb29fcbc951b5be2a91.tar.gz |
Revbump to make sure package gets recompiled with newer mk/ocaml.mk, and
removed old register execs from PLIST
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/ocaml-text/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 9e4b90d3af9..01ff769e2fa 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2016/05/06 09:35:47 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2016/06/20 10:29:29 jaapb Exp $ # DISTNAME= ocaml-text-0.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=vbmithr/} diff --git a/textproc/ocaml-text/PLIST b/textproc/ocaml-text/PLIST index 9a7ec8abe13..e0174330931 100644 --- a/textproc/ocaml-text/PLIST +++ b/textproc/ocaml-text/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/02/06 12:33:06 jaapb Exp $ -@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/text +@comment $NetBSD: PLIST,v 1.4 2016/06/20 10:29:29 jaapb Exp $ ${OCAML_SITELIB}/text/META ${PLIST.ocaml-opt}${OCAML_SITELIB}/text/bigarray.a ${OCAML_SITELIB}/text/bigarray.cma @@ -34,4 +33,3 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/text/text.cmx ${PLIST.ocaml-opt}${OCAML_SITELIB}/text/text.cmxa ${PLIST.ocaml-opt}${OCAML_SITELIB}/text/text.cmxs ${OCAML_SITELIB}/text/text.mli -@exec %D/libexec/ocaml-findlib-register add %D/${OCAML_SITELIB}/text |