ports/devel/ocaml-pcre/patches/patch-Makefile

16 lines
180 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,7 +1,10 @@
.PHONY: all clean doc
all:
- dune build @install
+ dune build
+
+install:
+ dune install
clean:
dune clean