diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
commit | e3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch) | |
tree | 9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /www/epiphany | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-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 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 1 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 4 |
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 |