summaryrefslogtreecommitdiff
path: root/net-p2p/py-tremc/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-tremc/files/patch-Makefile')
-rw-r--r--net-p2p/py-tremc/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/py-tremc/files/patch-Makefile b/net-p2p/py-tremc/files/patch-Makefile
new file mode 100644
index 000000000000..f4fe0aa84695
--- /dev/null
+++ b/net-p2p/py-tremc/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- Makefile.orig 2018-08-13 15:08:26 UTC
++++ Makefile
+@@ -1,8 +1,8 @@
+ .PHONY: install
+
+ install:
+- install -d "${DESTDIR}${PREFIX}/share/man/man1"
+- install -m 644 tremc.1 "${DESTDIR}${PREFIX}/share/man/man1/tremc.1"
++ install -d "${DESTDIR}${MANPREFIX}/man/man1"
++ install -m 644 tremc.1 "${DESTDIR}${MANPREFIX}/man/man1"
+ install -d "${DESTDIR}${PREFIX}/bin"
+ install -m 755 tremc "${DESTDIR}${PREFIX}/bin/tremc"
+ install -d "${DESTDIR}${PREFIX}/share/bash-completion/completions"
+