diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-04-21 16:11:00 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-04-21 16:11:00 +0000 |
commit | 3826f6bcb258838011c93702167f5c7af726eb63 (patch) | |
tree | 033eef658a3a8e179fc5a06e2b818f33df7fba2a | |
parent | 1a8b49e262c2fcd1e7056314b4e383ae8c13d972 (diff) | |
download | ports-3826f6bcb258838011c93702167f5c7af726eb63.tar.gz ports-3826f6bcb258838011c93702167f5c7af726eb63.zip |
Notes
-rw-r--r-- | lang/cduce/pkg-plist | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lang/cduce/pkg-plist b/lang/cduce/pkg-plist new file mode 100644 index 000000000000..09f864f6ac38 --- /dev/null +++ b/lang/cduce/pkg-plist @@ -0,0 +1,42 @@ +bin/cduce +%%MLIFACE%%bin/cduce_mktop +%%OCAML_SITELIBDIR%%/cduce/META +%%OCAML_SITELIBDIR%%/cduce/cduce_lib.a +%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cma +%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cmi +%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cmxa +man/man1/cduce.1.gz +man/man1/cduce_mktop.1.gz +man/man1/dtd2cduce.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.WIN32 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/img/left.gif +%%PORTDOCS%%%%DOCSDIR%%/img/right.gif +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/manual.html +%%PORTDOCS%%%%DOCSDIR%%/manual_expressions.html +%%PORTDOCS%%%%DOCSDIR%%/manual_interfacewithocaml.html +%%PORTDOCS%%%%DOCSDIR%%/manual_interpreter.html +%%PORTDOCS%%%%DOCSDIR%%/manual_schema.html +%%PORTDOCS%%%%DOCSDIR%%/manual_schema_samples.html +%%PORTDOCS%%%%DOCSDIR%%/manual_types_patterns.html +%%PORTDOCS%%%%DOCSDIR%%/memento.html +%%PORTDOCS%%%%DOCSDIR%%/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/sitemap.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_errors.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_exercises.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_first_functions.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_higherorder.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_overloading.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_patterns.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_queries.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial_references.html +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/img +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@dirrmtry %%OCAML_SITELIBDIR%%/cduce |