Skip to content

Commit

Permalink
make: fix MANDIR (#2)
Browse files Browse the repository at this point in the history
Fixing this should be enough to remove do-install target from the FreeBSD port
  • Loading branch information
fichtner committed Nov 13, 2023
1 parent 0037c37 commit 8d23909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d23909

Please sign in to comment.