From c1d95aab80a9551d7e7451ed91c8342ef63d180c Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 16 Mar 2005 21:47:50 +0000 Subject: 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. --- devel/guikachu/Makefile | 2 +- devel/guikachu/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/guikachu') diff --git a/devel/guikachu/Makefile b/devel/guikachu/Makefile index e3bc94f8855c..4a8abeef7358 100644 --- a/devel/guikachu/Makefile +++ b/devel/guikachu/Makefile @@ -7,7 +7,7 @@ PORTNAME= guikachu PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel palm gnome MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/ diff --git a/devel/guikachu/pkg-plist b/devel/guikachu/pkg-plist index 3061191ac7aa..ccbbf8e7609d 100644 --- a/devel/guikachu/pkg-plist +++ b/devel/guikachu/pkg-plist @@ -82,5 +82,5 @@ share/mime/text/x-rcp.xml @dirrm share/gnome/guikachu/glade @dirrm share/gnome/guikachu/fonts @dirrm share/gnome/guikachu -@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 -- cgit v1.2.3