diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-25 23:30:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-25 23:30:45 +0000 |
commit | e31babbdaca72ded20ba416b13a442d7be22a54d (patch) | |
tree | 5cf07ac44147e6f6e1efe34add6d32a0158092fa /graphics/evince | |
parent | f1c38810370a835f27f36b6bc91acd915de80a0f (diff) |
Notes
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 1 | ||||
-rw-r--r-- | graphics/evince/pkg-plist | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 0b78bf28b6f4..673a7f4ba4d0 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -7,6 +7,7 @@ PORTNAME= evince PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index 6c32f14ec419..97ba11412ea8 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -26,10 +26,17 @@ share/locale/nb/LC_MESSAGES/evince.mo share/locale/nl/LC_MESSAGES/evince.mo share/locale/no/LC_MESSAGES/evince.mo share/locale/pt_BR/LC_MESSAGES/evince.mo +share/locale/ru/LC_MESSAGES/evince.mo share/locale/rw/LC_MESSAGES/evince.mo share/locale/sv/LC_MESSAGES/evince.mo share/locale/wa/LC_MESSAGES/evince.mo share/locale/zh_CN/LC_MESSAGES/evince.mo share/locale/zh_TW/LC_MESSAGES/evince.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/rw 2> /dev/null || true +@dirrm share/gnome/omf/evince +@dirrm share/gnome/help/evince/C/figures +@dirrm share/gnome/help/evince/C +@dirrm share/gnome/help/evince @dirrm share/gnome/evince @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |