diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
commit | 70068f126823ebf85d110ec69faaa56f3d73571b (patch) | |
tree | 3073a5607bb4bd4ed003fa2b4a5d70a10078d82a /editors | |
parent | 9600190920da3987f4508e040dcdf374d6311cf2 (diff) | |
download | FreeBSD-ports-70068f126823ebf85d110ec69faaa56f3d73571b.zip FreeBSD-ports-70068f126823ebf85d110ec69faaa56f3d73571b.tar.gz |
Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/leafpad/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 424a368..e6e6219 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 424a368..e6e6219 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 6043484..0ac731a 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> |