aboutsummaryrefslogtreecommitdiffstats
path: root/net/liferea/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-17 17:24:24 +0800
committerpav <pav@FreeBSD.org>2008-04-17 17:24:24 +0800
commitf41e5c9d49213139935265224a2f4e1ac7c40202 (patch)
tree5e8bc6dd0fe175c8db4498ad3c535d42da27b16a /net/liferea/Makefile
parent3e7d7d327a7f70e3d2b2d6b5b6141a36547ee1a0 (diff)
downloadfreebsd-ports-gnome-f41e5c9d49213139935265224a2f4e1ac7c40202.tar.gz
freebsd-ports-gnome-f41e5c9d49213139935265224a2f4e1ac7c40202.tar.zst
freebsd-ports-gnome-f41e5c9d49213139935265224a2f4e1ac7c40202.zip
- Update to 1.4.15
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r--net/liferea/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 2bb34dfe6dc1..19239d2543b4 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= liferea
-PORTVERSION= 1.4.14
+PORTVERSION= 1.4.15
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liferea
@@ -75,6 +75,9 @@ LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
.endif
post-patch:
+ @${MV} ${WRKSRC}/po/cz.po ${WRKSRC}/po/cs.po
+ @${REINPLACE_CMD} -e 's|cz|cs|' ${WRKSRC}/po/LINGUAS
+
.ifdef WITH_MOZILLA
@${REINPLACE_CMD} -e 's,firefox-,$$gecko_provider-,g' \
-e 's,\(gecko_provider=\).*$$,\1${GECKO},' \