From e3fff4369647efa9b82bf01b3f31b7beb787e9c0 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 16 Mar 2005 21:47:50 +0000 Subject: Fully-qualify the path to update-desktop-database and update-mime-database in the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION. --- graphics/evince/Makefile | 1 + graphics/evince/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/evince') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 38c17aafa7c..ad4c9fce2a6 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -7,6 +7,7 @@ PORTNAME= evince PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index 07ce7c384b5..c5fc807deba 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -1,7 +1,7 @@ bin/evince bin/evince-thumbnailer share/gnome/applications/evince.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/evince/evince-password.glade share/gnome/evince/evince-ui.xml share/gnome/evince/pdf-icon.png @@ -25,4 +25,4 @@ share/locale/sv/LC_MESSAGES/evince.mo share/locale/zh_CN/LC_MESSAGES/evince.mo share/locale/zh_TW/LC_MESSAGES/evince.mo @dirrm share/gnome/evince -@unexec update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -- cgit