ports/lang/lfe/files/patch-Makefile
Jimmy Olgeni 395e3bd844 Update lang/lfe to version 1.3.
PR:		222137
Submitted by:	olgeni
Approved by:	maintainer timeout (> 2 weeks)
2017-10-14 14:35:19 +00:00

15 lines
381 B
Text

--- Makefile.orig 2017-09-07 14:59:29 UTC
+++ Makefile
@@ -117,10 +117,9 @@ comp_opts.mk:
-include comp_opts.mk
-$(BINDIR)/lfe%:
- $(INSTALL_BIN) $@ $(DESTBINDIR)
+install: compile install-beam install-bin install-man
-install: compile install-man
+install-beam:
rm -Rf $(DESTEBINDIR)
$(INSTALL_DIR) $(DESTEBINDIR)
$(INSTALL_DATA) $(EBINDIR)/$(APP_DEF) $(DESTEBINDIR)