summaryrefslogtreecommitdiff
path: root/editors/fb
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-03-11 23:00:04 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-03-11 23:00:04 +0000
commitafe8f37fd76d3a1a4a007dd411e986342bc68eed (patch)
treea37757d8da4c9a45dd23558cc16f14cfd655949e /editors/fb
parentFix PLIST for new version 1.13. (diff)
Just use ${PREFIX} instead of ``UL''. Now that strtoull is part of libc
(and declared in stdlib.h), don't -Dstrtoull=strtoul.
Notes
Notes: svn path=/head/; revision=39606
Diffstat (limited to 'editors/fb')
-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>