aboutsummaryrefslogtreecommitdiffstats
path: root/editors/fb
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2001-03-12 07:01:08 +0800
committermi <mi@FreeBSD.org>2001-03-12 07:01:08 +0800
commit494f0d4c5324589f6c7c1195ba25d4ea9d4896fc (patch)
treed7b57cb1b0d19809d2a038817d2767a689445850 /editors/fb
parent14fbd99155c5fb5ccbcb266c7c60e8e4c80a7bb6 (diff)
downloadfreebsd-ports-gnome-494f0d4c5324589f6c7c1195ba25d4ea9d4896fc.tar.gz
freebsd-ports-gnome-494f0d4c5324589f6c7c1195ba25d4ea9d4896fc.tar.zst
freebsd-ports-gnome-494f0d4c5324589f6c7c1195ba25d4ea9d4896fc.zip
Don't bother with copying the modified Makefile into WRKSRC. Just
use MAKEFILE=${FILESDIR}/Makefile.in directly.
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>