mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
-T (treat DEST as a normal file) is not supported by BSD install(1)
|
|
|
|
--- Makefile.orig 2020-09-12 17:23:57 UTC
|
|
+++ Makefile
|
|
@@ -413,7 +413,7 @@ endif
|
|
install-bashcompletion:
|
|
ifneq ($(BASHCOMPLETIONSDIR),)
|
|
$(INSTALL) -d $(DESTDIR)$(BASHCOMPLETIONSDIR)
|
|
- $(INSTALL) -m 644 -T $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
|
|
+ $(INSTALL) -m 644 $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264
|
|
endif
|
|
|
|
uninstall:
|