diff options
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
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> |