diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-11 23:01:08 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-11 23:01:08 +0000 |
commit | 301d6ee687acdb109ba09450d3976d2853c173bc (patch) | |
tree | dc193d6080aa68bfdb0f49b709a09f78ce0f774d /editors/fb | |
parent | afe8f37fd76d3a1a4a007dd411e986342bc68eed (diff) | |
download | ports-301d6ee687acdb109ba09450d3976d2853c173bc.tar.gz ports-301d6ee687acdb109ba09450d3976d2853c173bc.zip |
Notes
Diffstat (limited to 'editors/fb')
-rw-r--r-- | editors/fb/Makefile | 5 |
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> |