summaryrefslogtreecommitdiff
path: root/net-p2p/py-tremc/files/patch-Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-09-16 08:03:36 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-09-16 08:03:36 +0000
commit26363fab726a4b1301e818733cc5f06bb71b8fcf (patch)
treefbe77a09398f71381d04e5665b0a7f7fc2f70e15 /net-p2p/py-tremc/files/patch-Makefile
parentlang/rust: Update to 1.29.0 (diff)
net-p2p/py-tremc: update to v9.1
* resurrect dns/py-adns@r439825 Submitted by: Alexandre C. GuimarĂ£es <lebarondemerde@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D16683
Notes
Notes: svn path=/head/; revision=479878
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"
+