diff options
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnome-btdownload/Makefile | 2 | ||||
-rw-r--r-- | net/gnome-btdownload/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 424a368c257d..e6e62191544a 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -98,7 +98,7 @@ post-install: ${X11BASE}/libdata/bonobo/servers/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/abi-nautilus-view-file.xml \ ${X11BASE}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .endif .include <bsd.port.post.mk> diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 424a368c257d..e6e62191544a 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -98,7 +98,7 @@ post-install: ${X11BASE}/libdata/bonobo/servers/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/abi-nautilus-view-file.xml \ ${X11BASE}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .endif .include <bsd.port.post.mk> diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 6043484046e3..0ac731ad450f 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -35,6 +35,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif - @${X11BASE}/bin/update-desktop-database + -@update-desktop-database .include <bsd.port.mk> 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> diff --git a/net-p2p/gnome-btdownload/Makefile b/net-p2p/gnome-btdownload/Makefile index 39af645f77a9..61c415a472d3 100644 --- a/net-p2p/gnome-btdownload/Makefile +++ b/net-p2p/gnome-btdownload/Makefile @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/share/desktop/gnome-btdownload.desktop post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile index 39af645f77a9..61c415a472d3 100644 --- a/net/gnome-btdownload/Makefile +++ b/net/gnome-btdownload/Makefile @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/share/desktop/gnome-btdownload.desktop post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} |