ports/net/asterisk18/files/patch-contrib_Makefile
Guido Falsi e0793a4c19 - Repocopy asterisk16 to asterisk18 and update to new version 18.0.0
- Add conflicts and flavors for version 18 to asterisk modules I maintain.
2020-10-23 08:13:57 +00:00

23 lines
1.4 KiB
Text

--- contrib/Makefile.orig 2020-07-09 15:39:17 UTC
+++ contrib/Makefile
@@ -24,14 +24,14 @@ install:
$(INSTALL) -m 755 scripts/ast_logescalator "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator"
$(INSTALL) -m 755 scripts/ast_loggrabber "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber"
$(INSTALL) -m 755 scripts/ast_coredumper "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper"
- $(INSTALL) -m 755 scripts/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"
- $(INSTALL) -m 755 scripts/refstats.py "$(DESTDIR)$(ASTDATADIR)/scripts/refstats.py"
- $(INSTALL) -m 755 scripts/reflocks.py "$(DESTDIR)$(ASTDATADIR)/scripts/reflocks.py"
+# $(INSTALL) -m 755 scripts/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"
+# $(INSTALL) -m 755 scripts/refstats.py "$(DESTDIR)$(ASTDATADIR)/scripts/refstats.py"
+# $(INSTALL) -m 755 scripts/reflocks.py "$(DESTDIR)$(ASTDATADIR)/scripts/reflocks.py"
uninstall:
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator"
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber"
-rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper"
- -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"
- -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refstats.py"
- -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/reflocks.py"
+# -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py"
+# -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refstats.py"
+# -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/reflocks.py"