aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-03-17 05:47:50 +0800
committermezz <mezz@FreeBSD.org>2005-03-17 05:47:50 +0800
commite3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch)
tree9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /net
parent5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff)
downloadfreebsd-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')
-rw-r--r--net/gnoemoe/Makefile2
-rw-r--r--net/gnoemoe/pkg-plist4
-rw-r--r--net/gnome-btdownload/Makefile2
-rw-r--r--net/gnome-btdownload/pkg-plist4
4 files changed, 6 insertions, 6 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
diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile
index 3fce0e3e3f63..2dc6e50dba0b 100644
--- a/net/gnome-btdownload/Makefile
+++ b/net/gnome-btdownload/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnome-btdownload
PORTVERSION= 0.0.17
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/net/gnome-btdownload/pkg-plist b/net/gnome-btdownload/pkg-plist
index 7cb3e4a657e2..cbd8bec4fb15 100644
--- a/net/gnome-btdownload/pkg-plist
+++ b/net/gnome-btdownload/pkg-plist
@@ -5,7 +5,7 @@ bin/gnome-btdownload
%%PORTDOCS%%%%DOCSDIR%%/README
share/gnome/application-registry/gnome-btdownload.applications
share/gnome/applications/gnome-btdownload.desktop
-@exec update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
share/gnome/gnome-btdownload/glade/contdiag.glade
share/gnome/gnome-btdownload/glade/dlsession.glade
share/gnome/gnome-btdownload/glade/errdiag.glade
@@ -16,4 +16,4 @@ share/gnome/mime-info/gnome-btdownload.mime
@dirrm share/gnome/gnome-btdownload/glade
@dirrm share/gnome/gnome-btdownload
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@unexec update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true