aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-03-17 05:47:50 +0800
committermezz <mezz@FreeBSD.org>2005-03-17 05:47:50 +0800
commite3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch)
tree9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /multimedia
parent5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff)
downloadfreebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz
freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst
freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/totem/Makefile1
-rw-r--r--multimedia/totem/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index 186de43c49b7..00316058c808 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -7,6 +7,7 @@
PORTNAME= totem
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
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