diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:32:32 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:32:32 +0800 |
commit | 5a88713c3d80d250a7b2264d8173043361abcad0 (patch) | |
tree | d15191c97132dc3ef87bedc6c4d8b2bc01ccdebc /graphics | |
parent | e39426c402c2c2202611b03ba12060de2571d110 (diff) | |
download | freebsd-ports-gnome-5a88713c3d80d250a7b2264d8173043361abcad0.tar.gz freebsd-ports-gnome-5a88713c3d80d250a7b2264d8173043361abcad0.tar.zst freebsd-ports-gnome-5a88713c3d80d250a7b2264d8173043361abcad0.zip |
Fix plist after glib update. glib is taking care of these directories now.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 2 | ||||
-rw-r--r-- | graphics/evince/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index da9e3f419007..ea021d88405b 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,7 +8,7 @@ PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index af50cbf4da50..3ee286623577 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 |