freebsd-ports/x11/sxhkd/files/patch-Makefile
Pawel Pekala 7e049a5e58 sxhkd is a simple X hotkey daemon with a powerful and compact
configuration syntax.

WWW: https://github.com/baskerville/sxhkd

PR:		196128
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2014-12-20 13:17:13 +00:00

11 lines
260 B
Text

--- Makefile.orig 2014-12-15 21:21:15 UTC
+++ Makefile
@@ -9,7 +9,7 @@ LDFLAGS += -L$(PREFIX)/lib
PREFIX ?= /usr/local
BINPREFIX = $(PREFIX)/bin
-MANPREFIX = $(PREFIX)/share/man
+MANPREFIX = $(PREFIX)/man
SRC = $(wildcard *.c)
OBJ = $(SRC:.c=.o)