summaryrefslogtreecommitdiff
path: root/deskutils/gnochm
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 /deskutils/gnochm
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 'deskutils/gnochm')
-rw-r--r--deskutils/gnochm/Makefile2
-rw-r--r--deskutils/gnochm/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile
index 9d741dc3c7e9..42c366290bc3 100644
--- a/deskutils/gnochm/Makefile
+++ b/deskutils/gnochm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnochm
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/deskutils/gnochm/pkg-plist b/deskutils/gnochm/pkg-plist
index d6de0a2ec754..f5a39468b1d4 100644
--- a/deskutils/gnochm/pkg-plist
+++ b/deskutils/gnochm/pkg-plist
@@ -26,5 +26,5 @@ share/mime/packages/gnochm.xml
@dirrm share/gnome/gnochm
@unexec rmdir %D/man/it/man1 2>/dev/null||true
@unexec rmdir %D/man/it 2>/dev/null||true
-@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