diff options
author | markp <markp@FreeBSD.org> | 2003-02-11 13:12:16 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-11 13:12:16 +0000 |
commit | e143dddc5de25abdf3f76af5cb8874a6973471ab (patch) | |
tree | ae4972caf0724c70edcb234d6a2b093075fc5403 /editors | |
parent | d202ef121cfc2180e40b282392ec4993192ef589 (diff) | |
download | FreeBSD-ports-e143dddc5de25abdf3f76af5cb8874a6973471ab.zip FreeBSD-ports-e143dddc5de25abdf3f76af5cb8874a6973471ab.tar.gz |
Fix build broken by version update.
Pointed out by: kris/bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 1948987..c7486b5 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -18,7 +18,8 @@ MAKE_ARGS+= PREFIX="${PREFIX}" MAKEFILE= makefile post-patch: - ${REINPLACE_CMD} -e "s@gcc -g -Wall@${CC} ${CFLAGS} -Wall@g" ${WRKSRC}/makefile + ${REINPLACE_CMD} "s/gcc -g -Wall/${CC} ${CFLAGS} -Wall/g; \ + s/mp gmp/mp/g" ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin |