aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem/pkg-plist
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
commitc1d95aab80a9551d7e7451ed91c8342ef63d180c (patch)
tree160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /multimedia/totem/pkg-plist
parent6e2ca19b4056765bbdcad096ab506094f41194ad (diff)
downloadports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.tar.gz
ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.zip
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.
Notes
Notes: svn path=/head/; revision=131439
Diffstat (limited to 'multimedia/totem/pkg-plist')
-rw-r--r--multimedia/totem/pkg-plist4
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