diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:37:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:37:55 +0800 |
commit | ff79eddefbf4142609cf4bf7e744e2a3c713acb7 (patch) | |
tree | 599c891480ced34c42e12ce33041ff3dc2592b7a /graphics | |
parent | c13ee26ee218ca7eae154049f7d76366111bc19d (diff) | |
download | marcuscom-ports-ff79eddefbf4142609cf4bf7e744e2a3c713acb7.tar.gz marcuscom-ports-ff79eddefbf4142609cf4bf7e744e2a3c713acb7.tar.zst marcuscom-ports-ff79eddefbf4142609cf4bf7e744e2a3c713acb7.zip |
share/GConf/gsettings is handled by glib20 now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16126 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/evince/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 7d6c7abd7..a34970b63 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.152 2011/04/09 21:37:52 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.153 2011/04/30 20:43:18 mezz Exp $ # PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index af50cbf4d..3ee286623 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -491,8 +491,6 @@ share/omf/evince/evince-zh_CN.omf @dirrm include/evince @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES |