diff options
Diffstat (limited to 'sysutils/reptyr/files/patch-Makefile')
-rw-r--r-- | sysutils/reptyr/files/patch-Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/reptyr/files/patch-Makefile b/sysutils/reptyr/files/patch-Makefile deleted file mode 100644 index 9d561161cdc7..000000000000 --- a/sysutils/reptyr/files/patch-Makefile +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile.orig 2015-06-05 21:41:48 UTC -+++ Makefile -@@ -14,7 +14,7 @@ endif - # e.g. install to /usr with `make PREFIX=/usr` - PREFIX=/usr/local - BINDIR=$(PREFIX)/bin --MANDIR=$(PREFIX)/share/man -+MANDIR=$(PREFIX)/man - - PKG_CONFIG ?= pkg-config - -@@ -43,7 +43,7 @@ ptrace.o: ptrace.h platform/platform.h $ - clean: - rm -f reptyr $(OBJS) test/victim.o test/victim - --BASHCOMPDIR ?= $(shell $(PKG_CONFIG) --variable=completionsdir bash-completion 2>/dev/null) -+BASHCOMPDIR ?= $(PREFIX)/share/bash-completion/completions - - install: reptyr - install -d -m 755 $(DESTDIR)$(BINDIR) -@@ -52,9 +52,7 @@ install: reptyr - install -m 644 reptyr.1 $(DESTDIR)$(MANDIR)/man1/reptyr.1 - install -d -m 755 $(DESTDIR)$(MANDIR)/fr/man1 - install -m 644 reptyr.fr.1 $(DESTDIR)$(MANDIR)/fr/man1/reptyr.1 -- bashcompdir=$(BASHCOMPDIR) ; \ -- test -z "$$bashcompdir" && bashcompdir=/etc/bash_completion.d ; \ -- install -d -m 755 $(DESTDIR)$$bashcompdir ; \ -- install -m 644 reptyr.bash $(DESTDIR)$$bashcompdir/reptyr -+ install -d -m 755 $(DESTDIR)$(BASHCOMPDIR) -+ install -m 644 reptyr.bash $(DESTDIR)$(BASHCOMPDIR)/reptyr - - .PHONY: PHONY |