From 8d23909f684b7780514adeee75f35a416ce4d398 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 13 Nov 2023 10:59:25 +0100 Subject: [PATCH] make: fix MANDIR (#2) Fixing this should be enough to remove do-install target from the FreeBSD port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c35b107..18e69e1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MAN= pftop.8 CFLAGS+= -Wall -Wno-unneeded-internal-declaration -DOS_LEVEL=${OSLEVEL} LDADD+= -lcurses -lpfctl -MANDIR=${LOCALBASE}/man/cat +MANDIR=${LOCALBASE}/man/man BINDIR=${LOCALBASE}/sbin .y.c: