diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
commit | 310623bb97f644b7a9a90c9e231574670edfa8f7 (patch) | |
tree | 9f439cea2889439e9fe07672aca93c8f2bc5a10e /lang | |
parent | audio/mixxx: Unbreak all the options (diff) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 737109f22199..e5bf42a77dd0 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -49,7 +49,6 @@ OPTIONS_DEFAULT=X11 THREADS CMP_LIB_DESC= Install compiler libraries MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt -PATTERN= [[:space:]]*(do|then)?[[:space:]]*)(\$$\(CP\)|cp)([[:space:]] DOCSDISTNAME= ${DISTNAME:C/([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/\1.\2/} CONFLICTS= metaocaml-[0-9]* |