summaryrefslogtreecommitdiff
path: root/www/epiphany
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/epiphany
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/epiphany')
-rw-r--r--www/epiphany/Makefile1
-rw-r--r--www/epiphany/pkg-plist4
2 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 32ab02e294f0..e8a4c068356e 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epiphany
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist
index 9da0f027eb82..7a07357f7dde 100644
--- a/www/epiphany/pkg-plist
+++ b/www/epiphany/pkg-plist
@@ -60,7 +60,7 @@ libdata/pkgconfig/epiphany-1.6.pc
share/gnome/application-registry/epiphany.applications
share/gnome/applications/bme.desktop
share/gnome/applications/epiphany.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/epiphany/art/epiphany-bookmarks.png
share/gnome/epiphany/art/epiphany-close-tab.png
share/gnome/epiphany/art/epiphany-download.png
@@ -209,4 +209,4 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo
@dirrm %%DOCSDIR%%
@dirrm include/epiphany-%%EPHY_VERSION%%/epiphany
@dirrm include/epiphany-%%EPHY_VERSION%%
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true