mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
16 lines
866 B
Plaintext
16 lines
866 B
Plaintext
--- 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"
|