diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
commit | c1d95aab80a9551d7e7451ed91c8342ef63d180c (patch) | |
tree | 160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /multimedia/totem/pkg-plist | |
parent | - Update to 2.10.1 (diff) |
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.
Diffstat (limited to 'multimedia/totem/pkg-plist')
-rw-r--r-- | multimedia/totem/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist index 3d9d848dc419..70fe8951319f 100644 --- a/multimedia/totem/pkg-plist +++ b/multimedia/totem/pkg-plist @@ -147,5 +147,5 @@ share/locale/zh_TW/LC_MESSAGES/totem.mo @dirrm include/totem/1/plparser @dirrm include/totem/1 @dirrm include/totem -@exec update-desktop-database > /dev/null || /usr/bin/true -@unexec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |