pkgsrc/lang/moscow_ml/patches/patch-bf
tnn 63b4595c1e Update to Moscow ML version 2.01 (January 2004)
No ChangeLog available, but a recursive diff reveals
a mostly bugfix release.

From Aleksej Saushev in private mail.
2008-04-28 10:16:57 +00:00

15 lines
387 B
Text

$NetBSD: patch-bf,v 1.1 2008/04/28 10:16:57 tnn Exp $
DESTDIR support.
--- lex/Makefile.orig 2000-01-25 00:59:00.000000000 +0300
+++ lex/Makefile 2008-04-27 22:52:08.000000000 +0400
@@ -37,7 +37,7 @@
cd test; make clean
install:
- ${INSTALL_DATA} mosmllex $(LIBDIR)
+ ${INSTALL_DATA} mosmllex $(DESTDIR)$(LIBDIR)
Grammar.sml Grammar.sig: Grammar.grm
$(MOSMLYACC) Grammar.grm