diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-11 23:00:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-11 23:00:04 +0000 |
commit | afe8f37fd76d3a1a4a007dd411e986342bc68eed (patch) | |
tree | a37757d8da4c9a45dd23558cc16f14cfd655949e /editors | |
parent | Fix 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')
-rw-r--r-- | editors/fb/files/Makefile.in | 6 |
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> |