aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/fb/files/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in
index 31f0226ffc9b..69e45c0f54af 100644
--- a/editors/fb/files/Makefile.in
+++ b/editors/fb/files/Makefile.in
@@ -1,8 +1,6 @@
PROG=fb
-CFLAGS+=-Dstrtoull=strtoul
-
-BINDIR=UL/bin
-MANDIR=UL/man/man
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man/man
.include <bsd.prog.mk>