diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 5 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 981f59c25911..4892e3130740 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= editors MASTER_SITES= GNU @@ -35,6 +35,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e \ - 's|/usr/local/share/zile/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1 + 's|/home/rrt/local/share/zile/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1 + @${REINPLACE_CMD} -e 's|2.4.2|2.4.3|' ${WRKSRC}/doc/zile.1 .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index ceb38d9ef64e..d5bd2d0a15a6 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -SHA256 (zile-2.4.2.tar.gz) = 73b4229474bced1565ef4f4e87b3187dca16ebb5422cb714b45a7b87020b4945 -SIZE (zile-2.4.2.tar.gz) = 1238696 +SHA256 (zile-2.4.3.tar.gz) = 83eda904f38a302af7f91179e985baa801f457b62ee19988fdcfae14079bcf67 +SIZE (zile-2.4.3.tar.gz) = 1235561 |