diff options
-rw-r--r-- | irc/ircII/Makefile | 4 | ||||
-rw-r--r-- | irc/ircII/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 94f7b73aeaf2..6efb571b2ddd 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ircii -PORTVERSION= 20140824 +PORTVERSION= 20140831 CATEGORIES= irc ipv6 MASTER_SITES= http://ircii.warped.com/ @@ -37,7 +37,7 @@ CPPFLAGS+= -I${ICONV_PREFIX}/include LDFLAGS+= -L${ICONV_PREFIX}/lib post-patch: - @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$$(DESTDIR)&/' \ + @${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \ -e '/^LDFLAGS =/s/$$/ -s ${ICONV_LIB}/' \ -e '/^INCLUDES =/s|$$| -I${ICONV_PREFIX}/include -DHAVE_ICONV_OPEN|' \ ${WRKSRC}/Makefile.in diff --git a/irc/ircII/distinfo b/irc/ircII/distinfo index bbd0bf40f1ad..7d5470911394 100644 --- a/irc/ircII/distinfo +++ b/irc/ircII/distinfo @@ -1,2 +1,2 @@ -SHA256 (ircii-20140824.tar.bz2) = a753eb7cedcd291883d8770cf28232714ca38c6a553e6eda5679480933474333 -SIZE (ircii-20140824.tar.bz2) = 590349 +SHA256 (ircii-20140831.tar.bz2) = 2b0e2c3e9be7d0a4f1e420062ad656530c7b3d5e855d83d714ca6b56432c3681 +SIZE (ircii-20140831.tar.bz2) = 590594 |