diff options
Diffstat (limited to 'net-im/mikutter/Makefile')
-rw-r--r-- | net-im/mikutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index a323f71951a6..42ba4f1dd614 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 0.2.2.1430 +PORTVERSION= 0.2.2.1476 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL @@ -56,7 +56,7 @@ RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify .endif post-patch: - @${REINPLACE_CMD} -i '' -e "s|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|" \ + @${REINPLACE_CMD} -e "s|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|" \ ${WRKSRC}/mikutter.rb @${RM} -r ${WRKSRC}/vendor |