diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-23 18:31:36 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-23 18:31:36 +0000 |
commit | df83b838942b87a513ae8bd94e0c80b1546197fb (patch) | |
tree | 266fc9d73ef24f66eb4bf6d57b4faa9ddd1ac2aa /x11-toolkits/girara | |
parent | ab7577bd35a939e0b57f2d4585ff5a051b513bd1 (diff) | |
download | ports-df83b838942b87a513ae8bd94e0c80b1546197fb.tar.gz ports-df83b838942b87a513ae8bd94e0c80b1546197fb.zip |
Notes
Diffstat (limited to 'x11-toolkits/girara')
-rw-r--r-- | x11-toolkits/girara/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/girara/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index d75df5251860..70f4112882a9 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -20,14 +20,12 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext -.include <bsd.port.options.mk> - post-patch: .SILENT ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ ${WRKSRC}/Makefile -.if ! ${PORT_OPTIONS:MNLS} + +post-patch-NLS-off: .SILENT ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile -.endif .include <bsd.port.mk> diff --git a/x11-toolkits/girara/distinfo b/x11-toolkits/girara/distinfo index 4420ba5c345a..6109259828b3 100644 --- a/x11-toolkits/girara/distinfo +++ b/x11-toolkits/girara/distinfo @@ -1,2 +1,2 @@ -SHA256 (girara-0.2.4.tar.gz) = 2ee04e4c0e700d455ebaf92f804355f948754e7d3751d409db6595419e6ece5e -SIZE (girara-0.2.4.tar.gz) = 74660 +SHA256 (girara-0.2.5.tar.gz) = 5cf4f2d044385b189ed8e9efcae8532db1f2d63a240a1e226f3491c996aba892 +SIZE (girara-0.2.5.tar.gz) = 75215 |