aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-29 10:18:31 +0800
committermarcus <marcus@FreeBSD.org>2004-12-29 10:18:31 +0800
commit70068f126823ebf85d110ec69faaa56f3d73571b (patch)
tree3073a5607bb4bd4ed003fa2b4a5d70a10078d82a /graphics/gimp-app/Makefile
parent9600190920da3987f4508e040dcdf374d6311cf2 (diff)
downloadfreebsd-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/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile2
1 files changed, 1 insertions, 1 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>