diff options
author | wiz <wiz> | 2000-08-24 22:32:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-24 22:32:34 +0000 |
commit | 997911c84b32b2d8494acad4b72d5fe4ff1a74cf (patch) | |
tree | 5a350ddeb3136d87d7f70d39c868433b5f987d79 /lang/ocaml/pkg/PLIST | |
parent | cd7faef91e6b59fb6d7c1ea5dc82d1ced618fb43 (diff) | |
download | pkgsrc-997911c84b32b2d8494acad4b72d5fe4ff1a74cf.tar.gz |
Move all compilation steps into the build phase.
Man pages for optimized binaries are installed unconditionally, so move
them to the default PLIST.
Diffstat (limited to 'lang/ocaml/pkg/PLIST')
-rw-r--r-- | lang/ocaml/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ocaml/pkg/PLIST b/lang/ocaml/pkg/PLIST index 0c4827c15fa..d861e358a8c 100644 --- a/lang/ocaml/pkg/PLIST +++ b/lang/ocaml/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/22 02:54:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/08/24 22:32:35 wiz Exp $ bin/labltk bin/ocaml bin/ocaml299to3 @@ -240,11 +240,13 @@ lib/ocaml/weak.ml lib/ocaml/weak.mli man/man1/ocaml.1 man/man1/ocamlc.1 +man/man1/ocamlc.opt.1 man/man1/ocamlcp.1 man/man1/ocamldep.1 man/man1/ocamllex.1 man/man1/ocamlmktop.1 man/man1/ocamlopt.1 +man/man1/ocamlopt.opt.1 man/man1/ocamlprof.1 man/man1/ocamlrun.1 man/man1/ocamlyacc.1 |