opnsense-ports/lang/ocaml-camlidl/files/patch-compiler_Makefile
Franco Fichtner 2a9ae9eae0 */*: sync with upstream
Taken from: FreeBSD
2024-11-04 08:48:13 +01:00

11 lines
221 B
Text

--- compiler/Makefile.orig 2024-10-13 20:49:37 UTC
+++ compiler/Makefile
@@ -82,7 +82,7 @@ install:
# Install
install:
- cp $(PROG) $(BINDIR)
+ $(BSD_INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(BINDIR)
# Clean up
clean::