mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Note that branch 15 is NOT a Long Term Support branch. Asterisk 15 will reach EOL before Asterisk 13. Requested by: "Herbert J. Skuhra" <herbert@gojira.at> (thanks for help testing)
15 lines
866 B
Text
15 lines
866 B
Text
--- contrib/Makefile.orig 2017-04-12 21:47:53 UTC
|
|
+++ contrib/Makefile
|
|
@@ -24,10 +24,10 @@ 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/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.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/refcounter.py"
|