diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
commit | aca8e2a600efdd2bdc15c5623c1df34ec80a06a3 (patch) | |
tree | 8960c0ab614d5735143e522fb2b38072e7eeba4d /graphics/gimpshop | |
parent | 9711fe3b69dfd8243957fa9699b0cf85ae134ede (diff) | |
download | ports-aca8e2a600efdd2bdc15c5623c1df34ec80a06a3.tar.gz ports-aca8e2a600efdd2bdc15c5623c1df34ec80a06a3.zip |
Notes
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |