pkgsrc/x11/labltk/patches/patch-browser-Makefile.shared
dholland 7f883bb6c5 Update to 8.06.3; fixes build with current pkgsrc ocaml. (Except I had
to revert one line of one of the upstream changes which apparently
only works with newer ocaml than we have.)

Upstream changes: minor fixes, and updates to match newer ocaml versions.
2017-09-10 02:36:08 +00:00

16 lines
502 B
Text

$NetBSD: patch-browser-Makefile.shared,v 1.2 2017/09/10 02:36:08 dholland Exp $
Install into DESTDIR.
--- browser/Makefile.shared.orig 2017-07-19 03:52:11.000000000 +0000
+++ browser/Makefile.shared
@@ -60,7 +60,8 @@ help.ml:
echo '";;' >> $@
install:
- cp ocamlbrowser$(EXE) $(INSTALLBINDIR)
+ $(BSD_INSTALL_SCRIPT_DIR) $(DESTDIR)$(INSTALLBINDIR)
+ $(BSD_INSTALL_SCRIPT) ocamlbrowser$(EXE) $(DESTDIR)$(INSTALLBINDIR)
clean:
rm -f *.cm? ocamlbrowser$(EXE) dummy.ml *~ *.orig *.$(O) help.ml