diff options
Diffstat (limited to 'irc/py-irc/Makefile')
-rw-r--r-- | irc/py-irc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index e34751e50527..45f6a1b22c51 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irc -PORTVERSION= 8.3.1 +PORTVERSION= 8.3.2 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,10 +32,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse post-patch: @${REINPLACE_CMD} -e \ - 's|use_2to3=True,|use_2to3=True, zip_safe=False,|' ${WRKSRC}/setup.py + 's|use_2to3=True,|use_2to3=True, zip_safe=False,|' ${WRKSRC}/setup.py ${CHMOD} -R o-w ${WRKSRC}/irc.egg-info - .if ${PORT_OPTIONS:MEXAMPLES} post-install: @${MKDIR} ${EXAMPLESDIR} |