ports/net/mosquitto/files/patch-config.mk
Olli Hauer 7f7d823800 - update to 1.4.2
The Python driver is now provided by net/py-paho-mqtt!

More drivers can be found at http://eclipse.org/paho

PR:		200540
Submitted by:	ohauer
Approved by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
2015-07-04 09:14:06 +00:00

13 lines
303 B
Makefile

--- config.mk.orig 2015-05-07 13:21:22 UTC
+++ config.mk
@@ -241,7 +241,7 @@ ifeq ($(WITH_DOCS),yes)
endif
INSTALL?=install
-prefix=/usr/local
-mandir=${prefix}/share/man
-localedir=${prefix}/share/locale
+prefix=${PREFIX}
+mandir=${PREFIX}/share/man
+localedir=${PREFIX}/share/locale
STRIP?=strip