mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
10 lines
321 B
Text
10 lines
321 B
Text
--- src/bytes/Makefile.orig 2014-06-29 13:59:16.000000000 +0200
|
|
+++ src/bytes/Makefile 2014-06-29 13:59:19.000000000 +0200
|
|
@@ -11,7 +11,6 @@ opt:
|
|
$(OCAMLBUILD) $(NATIVE_FILES)
|
|
|
|
install: all
|
|
- cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES)
|
|
|
|
uninstall:
|
|
ocamlfind remove bytes
|