summaryrefslogtreecommitdiff
path: root/editors/fb
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-03-11 23:01:08 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-03-11 23:01:08 +0000
commit301d6ee687acdb109ba09450d3976d2853c173bc (patch)
treedc193d6080aa68bfdb0f49b709a09f78ce0f774d /editors/fb
parentJust use ${PREFIX} instead of ``UL''. Now that strtoull is part of libc (diff)
Don't bother with copying the modified Makefile into WRKSRC. Just
use MAKEFILE=${FILESDIR}/Makefile.in directly.
Notes
Notes: svn path=/head/; revision=39607
Diffstat (limited to 'editors/fb')
-rw-r--r--editors/fb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile
index c2d3313c1f9a..ca3631f4caca 100644
--- a/editors/fb/Makefile
+++ b/editors/fb/Makefile
@@ -18,8 +18,7 @@ NO_WRKSUBDIR= Yes
MAN1= fb.1
MANCOMPRESSED= maybe
-
-do-configure:
- ${SED} 's|UL|${PREFIX}|' < ${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile
+MAKEFILE= ${FILESDIR}/Makefile.in
+MAKE_ARGS+= PREFIX="${PREFIX}"
.include <bsd.port.mk>