ports/sysutils/bfs/patches/patch-Makefile

15 lines
280 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Install manual page to the correct directory.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -25,7 +25,7 @@ RM ?= rm -f
export BUILDDIR ?= .
DESTDIR ?=
PREFIX ?= /usr
-MANDIR ?= $(PREFIX)/share/man
+MANDIR ?= $(PREFIX)/man
BIN := $(BUILDDIR)/bin
OBJ := $(BUILDDIR)/obj