diff options
Diffstat (limited to 'irc/irssi-xmpp/Makefile')
-rw-r--r-- | irc/irssi-xmpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index 23a749613041..f4787a20e411 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS post-patch: # Try to unbreak parallel builds (-jX) - @${REINPLACE_CMD} -E 's|cd (.+) && (\$${MAKE})|\2 -C \1|' \ + @${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE})|\2 -C \1|' \ ${WRKSRC}/Makefile ${WRKSRC}/src/Makefile post-install: |