summaryrefslogtreecommitdiff
path: root/www/galeon
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 /www/galeon
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.
Notes
Notes: svn path=/head/; revision=131439
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 5d2a9e83183a..66d0fccd6084 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 1f093a652fa2..ad1a91e1c987 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