ports/net/mosquitto/files/patch-config.mk
Steve Wills 8b8dc3223e net/mosquitto update to 1.4.14
While here, make it PREFIX clean.

PR:		224210
Submitted by:	Manuel Stühn <freebsd@justmail.de>
Approved by:	Joseph Benden <joe@thrallingpenguin.com>
2017-12-11 04:01:46 +00:00

13 lines
303 B
Makefile

--- config.mk.orig 2017-07-10 22:46:01 UTC
+++ config.mk
@@ -249,7 +249,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