openbsd-ports/productivity/wyrd/patches/patch-Makefile_in
avsm 859f6bd0e2 Update to wyrd-1.4.5
- remove USE_GROFF
- support ocaml-4.00.0
ok maintainer okan@
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-23 16:40:38 +00:00

26 lines
540 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2012/08/23 16:40:38 avsm Exp $
--- Makefile.in.orig Sun Aug 5 22:41:16 2012
+++ Makefile.in Sun Aug 5 22:41:21 2012
@@ -91,10 +91,10 @@ version.ml: Makefile
$(CURSES_CMA):
- make -C curses byte
+ $(MAKE) -C curses byte
$(CURSES_CMXA):
- make -C curses opt
+ $(MAKE) -C curses opt
# installation
@@ -202,7 +202,7 @@ partly-clean::
rm -f *.aux *.log $(NAME).tex $(NAME).dvi $(NAME).ps
curses-clean::
- make -C curses clean
+ $(MAKE) -C curses clean
clean:: partly-clean curses-clean