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 /editors/abiword | |
parent | 9711fe3b69dfd8243957fa9699b0cf85ae134ede (diff) |
Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
Notes
Notes:
svn path=/head/; revision=125408
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |