aboutsummaryrefslogtreecommitdiff
path: root/graphics/gwenview/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-05-14 21:38:37 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-05-14 21:38:37 +0000
commit7f11ff71bf7b826c5eda1e9c6c9922a3b76bcb76 (patch)
treea9cfc47ae0d8a0c364203414f939eaa2fa0b7422 /graphics/gwenview/Makefile
parenta27c635fa40270576072d36b2baa18a774ebec22 (diff)
downloadports-7f11ff71bf7b826c5eda1e9c6c9922a3b76bcb76.tar.gz
ports-7f11ff71bf7b826c5eda1e9c6c9922a3b76bcb76.zip
Notes
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>