From e3fff4369647efa9b82bf01b3f31b7beb787e9c0 Mon Sep 17 00:00:00 2001 From: mezz 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. --- science/gchemutils/Makefile | 2 +- science/gchemutils/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'science/gchemutils') diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 3f8f74b7a8d7..bc1cdf28b662 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -6,7 +6,7 @@ PORTNAME= gchemutils PORTVERSION= 0.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/science/gchemutils/pkg-plist b/science/gchemutils/pkg-plist index 09e9562ac383..02b071410658 100644 --- a/science/gchemutils/pkg-plist +++ b/science/gchemutils/pkg-plist @@ -135,5 +135,5 @@ share/mime/packages/gchemutils.xml @dirrm share/gnome/doc/gchemutils @dirrm share/gnome/doc @unexec rmdir %D/share/mime/chemical 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 -- cgit