SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ocaml-pcre/patches/patch-Makefile
Normal file
15
devel/ocaml-pcre/patches/patch-Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue