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 /graphics/gimp-app | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz freebsd-ports-graphics-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst freebsd-ports-graphics-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 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 6e4d0e49940..054a8016841 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 2.2.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 01f793709fc..81cb06541cc 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -1177,7 +1177,7 @@ share/gimp/misc/gimp.desktop share/gimp/misc/gimp.keys %%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications %%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec update-desktop-database > /dev/null || /usr/bin/true +%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true %%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys share/gimp/palettes/Bears.gpl share/gimp/palettes/Bgold.gpl @@ -1900,4 +1900,4 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm include/gimp-2.0 @dirrm etc/gimp/2.2 @dirrm etc/gimp -%%GNOMEPANEL:%%@unexec update-desktop-database > /dev/null || /usr/bin/true +%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |