diff options
author | markp <markp@FreeBSD.org> | 2003-02-11 21:12:16 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-02-11 21:12:16 +0800 |
commit | e143dddc5de25abdf3f76af5cb8874a6973471ab (patch) | |
tree | ae4972caf0724c70edcb234d6a2b093075fc5403 | |
parent | d202ef121cfc2180e40b282392ec4993192ef589 (diff) | |
download | freebsd-ports-gnome-e143dddc5de25abdf3f76af5cb8874a6973471ab.tar.gz freebsd-ports-gnome-e143dddc5de25abdf3f76af5cb8874a6973471ab.tar.zst freebsd-ports-gnome-e143dddc5de25abdf3f76af5cb8874a6973471ab.zip |
Fix build broken by version update.
Pointed out by: kris/bento
-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 1948987f3dc6..c7486b5254c6 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 |