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 /net/gnoemoe | |
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 'net/gnoemoe')
-rw-r--r-- | net/gnoemoe/Makefile | 2 | ||||
-rw-r--r-- | net/gnoemoe/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/gnoemoe/Makefile b/net/gnoemoe/Makefile index 31b43f6d2955..021b65119088 100644 --- a/net/gnoemoe/Makefile +++ b/net/gnoemoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnoemoe PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.icecrew.nl/software/gnoemoe/download/ diff --git a/net/gnoemoe/pkg-plist b/net/gnoemoe/pkg-plist index f34ece230901..6a10c3c2c292 100644 --- a/net/gnoemoe/pkg-plist +++ b/net/gnoemoe/pkg-plist @@ -46,5 +46,5 @@ share/mime/packages/gnoemoe.xml @dirrm share/gnome/gnoemoe/pixmaps/ice-userlist @dirrm share/gnome/gnoemoe/pixmaps @dirrm share/gnome/gnoemoe -@exec update-mime-database %D/share/mime -@unexec update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime |