diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 10:18:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 10:18:31 +0800 |
commit | 70068f126823ebf85d110ec69faaa56f3d73571b (patch) | |
tree | 3073a5607bb4bd4ed003fa2b4a5d70a10078d82a /graphics | |
parent | 9600190920da3987f4508e040dcdf374d6311cf2 (diff) | |
download | freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.tar.gz freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.tar.zst freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.zip |
Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 8af3c85436ed..53c67f283f8c 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -113,7 +113,7 @@ pre-everything:: .if defined(GNOME_ENABLED) post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .endif .include <bsd.port.post.mk> diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 8af3c85436ed..53c67f283f8c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -113,7 +113,7 @@ pre-everything:: .if defined(GNOME_ENABLED) post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .endif .include <bsd.port.post.mk> diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 8af3c85436ed..53c67f283f8c 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -113,7 +113,7 @@ pre-everything:: .if defined(GNOME_ENABLED) post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .endif .include <bsd.port.post.mk> |