mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
15 lines
381 B
Text
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)
|