summaryrefslogtreecommitdiff
path: root/graphics/gwenview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gwenview/Makefile')
-rw-r--r--graphics/gwenview/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
index 3f61ef6d5391..2d3218da11ab 100644
--- a/graphics/gwenview/Makefile
+++ b/graphics/gwenview/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= gwenview
-PORTVERSION= 0.15.0.p1
+PORTVERSION= 0.17.0
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gwenview
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= stefan.jahn@nemesis-sektor.de
COMMENT= An image viewer and browser for the KDE environment
@@ -25,4 +25,9 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= gwenview.1
+post-install:
+ ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/gwenview.mo
+ -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES
+ -${RMDIR} ${PREFIX}/share/locale/xx
+
.include <bsd.port.mk>