diff options
author | mi <mi@FreeBSD.org> | 2001-03-12 07:01:08 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-03-12 07:01:08 +0800 |
commit | 494f0d4c5324589f6c7c1195ba25d4ea9d4896fc (patch) | |
tree | d7b57cb1b0d19809d2a038817d2767a689445850 /editors/fb | |
parent | 14fbd99155c5fb5ccbcb266c7c60e8e4c80a7bb6 (diff) | |
download | freebsd-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/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> |