From 3d53dc09512645d0a63f3066c1fdbcaf54ca6734 Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira Date: Sat, 24 Apr 2010 23:44:48 +0000 Subject: - Fix problem with build in C shell. PR: ports/145928 Submitted by: Ryan Steinmetz Approved by: Ashish Shukla (maintainer) --- irc/irssi-fish/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/irssi-fish/Makefile b/irc/irssi-fish/Makefile index 269a6786738e..c8a94430f270 100644 --- a/irc/irssi-fish/Makefile +++ b/irc/irssi-fish/Makefile @@ -32,7 +32,6 @@ ALL_TARGET= amd64 .endif post-patch: - @${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -E -e 's|||' {} \; @${GREP} -Rl 'fish[.]sekure[.]us' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -E \ -e 's|fish[.]sekure[.]us|fish.secure.la|g' @${REINPLACE_CMD} -E \ @@ -42,8 +41,10 @@ post-patch: -e 's|[$$][(]HOME[)]/glib-1.2.10|${LOCALBASE}/include/glib-2.0|' \ -e 's|[$$][(]HOME[)]/irssi-0.8.9|${LOCALBASE}/include/irssi|' \ -e 's|miracl.a|${LOCALBASE}/lib/libmiracl.a|' \ + -e 's|[$$]\(pwd\)|`pwd`|g' \ -e 's|\@echo \"Press ENTER to continue or CTRL\+C to abort...\"\; read junk||' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/mirdef.lnx/d' ${WRKSRC}/Makefile do-install: .ifndef(NOPORTDOCS) -- cgit