summaryrefslogtreecommitdiffstats
path: root/www/galeon
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
committermezz <mezz@FreeBSD.org>2005-03-16 21:47:50 +0000
commite3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch)
tree9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /www/galeon
parent5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff)
downloadFreeBSD-ports-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.zip
FreeBSD-ports-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz
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 'www/galeon')
-rw-r--r--www/galeon/Makefile1
-rw-r--r--www/galeon/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 5d2a9e8..66d0fcc 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon
PORTVERSION= 1.3.20
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://osdn.dl.sourceforge.net/sourceforge/galeon/
diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist
index 1f093a6..ad1a91e 100644
--- a/www/galeon/pkg-plist
+++ b/www/galeon/pkg-plist
@@ -5,7 +5,7 @@ etc/sound/events/galeon.soundlist
libdata/bonobo/servers/GNOME_Galeon_Automation.server
libdata/bonobo/servers/GNOME_Galeon_NautilusView.server
share/gnome/applications/galeon.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/galeon/FAQ.html
share/gnome/galeon/about_logo.png
share/gnome/galeon/autoscroll.xpm
@@ -222,4 +222,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
@dirrm share/gnome/help/galeon/es
@dirrm share/gnome/help/galeon
@dirrm share/gnome/galeon
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
OpenPOWER on IntegriCloud