diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-04-25 07:44:48 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-04-25 07:44:48 +0800 |
commit | 6a85ff7bf4adb122f03c8515c8898d52bd0ed196 (patch) | |
tree | 0f346434c692984d375c736a84b7142e6099a733 /irc | |
parent | 8a6e2b9be321cb34ebca85a83728f6d4e1a72c9d (diff) | |
download | freebsd-ports-gnome-6a85ff7bf4adb122f03c8515c8898d52bd0ed196.tar.gz freebsd-ports-gnome-6a85ff7bf4adb122f03c8515c8898d52bd0ed196.tar.zst freebsd-ports-gnome-6a85ff7bf4adb122f03c8515c8898d52bd0ed196.zip |
- Fix problem with build in C shell.
PR: ports/145928
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-fish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |