pkgsrc/lang/caml-light/patches/patch-aq
dholland 3b06c79f86 Fix broken 64-bit build. Add destdir support.
PKGREVISION++, because I changed some things around.
2008-09-05 02:07:51 +00:00

17 lines
498 B
Text

$NetBSD: patch-aq,v 1.1 2008/09/05 02:07:51 dholland Exp $
destdir support.
--- librar/Makefile~ 1997-11-12 11:50:13.000000000 -0500
+++ librar/Makefile 2008-09-04 21:35:38.000000000 -0400
@@ -23,8 +23,8 @@ clean:
rm -f $(GENSOURCES)
install:
- cat $(LIBDIR)/header camllibr > $(BINDIR)/camllibr
- chmod a+x $(BINDIR)/camllibr
+ cat $(DESTDIR)$(LIBDIR)/header camllibr > $(DESTDIR)$(BINDIR)/camllibr
+ chmod a+x $(DESTDIR)$(BINDIR)/camllibr
.SUFFIXES :
.SUFFIXES : .mli .ml .zi .zo .mlp