diff options
author | joerg <joerg> | 2005-12-22 14:37:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-22 14:37:17 +0000 |
commit | d15564448be5c5cf6ce760a81bb7e293381f8726 (patch) | |
tree | be95f8dcbfcaa4b502b0de67741d662864a1ce7c /lang/ocaml/patches | |
parent | b64ca5f72339fd7edda1d7789d7264578bc79795 (diff) | |
download | pkgsrc-d15564448be5c5cf6ce760a81bb7e293381f8726.tar.gz |
DragonFly needs the stublib PLIST fragment as well. Bump revision.
Fix another place where a ocaml script is installed with
BSD_INSTALL_PROGRAM, which doesn't work on DragonFly, since strip
bails out.
Diffstat (limited to 'lang/ocaml/patches')
-rw-r--r-- | lang/ocaml/patches/patch-bh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/patches/patch-bh b/lang/ocaml/patches/patch-bh index df754dfe568..b32dbf812ae 100644 --- a/lang/ocaml/patches/patch-bh +++ b/lang/ocaml/patches/patch-bh @@ -1,4 +1,4 @@ -$NetBSD: patch-bh,v 1.1 2004/04/22 09:18:43 tron Exp $ +$NetBSD: patch-bh,v 1.2 2005/12/22 14:37:17 joerg Exp $ --- otherlibs/labltk/lib/Makefile.orig Fri Aug 9 02:46:30 2002 +++ otherlibs/labltk/lib/Makefile Thu Apr 22 10:34:37 2004 @@ -15,7 +15,7 @@ $NetBSD: patch-bh,v 1.1 2004/04/22 09:18:43 tron Exp $ - chmod 755 $(BINDIR)/$(LIBNAME) + if test -d $(INSTALLDIR); then : ; else ${BSD_INSTALL_DATA_DIR} $(INSTALLDIR); fi + ${BSD_INSTALL_DATA} $(LIBNAME).cma $(INSTALLDIR) -+ ${BSD_INSTALL_PROGRAM} $(LIBNAME)top$(EXE) $(INSTALLDIR) ++ ${BSD_INSTALL_SCRIPT} $(LIBNAME)top$(EXE) $(INSTALLDIR) + @if test -d $(BINDIR); then : ; else ${BSD_INSTALL_PROGRAM_DIR} $(BINDIR); fi + ${BSD_INSTALL_SCRIPT} $(LIBNAME) $(BINDIR) |