ports/net-p2p/py-tremc/files/patch-Makefile
Tobias C. Berner 26363fab72 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
2018-09-16 08:03:36 +00:00

14 lines
490 B
Text

--- 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"