diff options
author | jperkin <jperkin> | 2017-03-27 12:51:58 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2017-03-27 12:51:58 +0000 |
commit | 90ec136802b50464ca2850d171ca4cb390c22282 (patch) | |
tree | f0d4436284d1271c8a5667d8769b25afe1b1a529 /lang | |
parent | 26b3999091bcb2e5a30b73511b4a8f4999ddcdf7 (diff) | |
download | pkgsrc-90ec136802b50464ca2850d171ca4cb390c22282.tar.gz |
Move some files from PLIST.prof to the main PLIST, as the install phase
creates symlinks for them if profiling is not supported by the target.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/PLIST | 6 | ||||
-rw-r--r-- | lang/ocaml/PLIST.prof | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST index 52cc09c4d91..a88a1304fb9 100644 --- a/lang/ocaml/PLIST +++ b/lang/ocaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2017/03/27 11:51:30 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.39 2017/03/27 12:51:58 jperkin Exp $ bin/ocaml bin/ocamlc bin/ocamlc.byte @@ -1225,7 +1225,11 @@ lib/ocaml/std_exit.cmo lib/ocaml/std_exit.cmt lib/ocaml/std_exit.ml lib/ocaml/std_exit.o +lib/ocaml/std_exit.p.cmx +lib/ocaml/std_exit.p.o lib/ocaml/stdlib.cma +lib/ocaml/stdlib.p.a +lib/ocaml/stdlib.p.cmxa lib/ocaml/str.cma lib/ocaml/str.cmi lib/ocaml/str.mli diff --git a/lang/ocaml/PLIST.prof b/lang/ocaml/PLIST.prof index 39500b1417b..62d1b16b6dd 100644 --- a/lang/ocaml/PLIST.prof +++ b/lang/ocaml/PLIST.prof @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.prof,v 1.10 2016/12/30 11:15:00 jaapb Exp $ +@comment $NetBSD: PLIST.prof,v 1.11 2017/03/27 12:51:58 jperkin Exp $ lib/ocaml/arg.p.cmt lib/ocaml/arg.p.cmx lib/ocaml/array.p.cmt @@ -90,10 +90,6 @@ lib/ocaml/stack.p.cmx lib/ocaml/stdLabels.p.cmt lib/ocaml/stdLabels.p.cmx lib/ocaml/std_exit.p.cmt -lib/ocaml/std_exit.p.cmx -lib/ocaml/std_exit.p.o -lib/ocaml/stdlib.p.a -lib/ocaml/stdlib.p.cmxa lib/ocaml/stream.p.cmt lib/ocaml/stream.p.cmx lib/ocaml/string.p.cmt |