aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>