aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-29 02:18:31 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-29 02:18:31 +0000
commitaca8e2a600efdd2bdc15c5623c1df34ec80a06a3 (patch)
tree8960c0ab614d5735143e522fb2b38072e7eeba4d /editors
parent9711fe3b69dfd8243957fa9699b0cf85ae134ede (diff)
downloadports-aca8e2a600efdd2bdc15c5623c1df34ec80a06a3.tar.gz
ports-aca8e2a600efdd2bdc15c5623c1df34ec80a06a3.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-devel/Makefile2
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/leafpad/Makefile2
3 files changed, 3 insertions, 3 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>