summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-29 10:21:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-29 10:21:38 +0800
commit918cb3665918af18b6f3e7826b5193479bb094ab (patch)
tree0174e858d4d2c147f5b4b664b9194b8c506f052d /editors
parent9c11aa44deb0b1be187ab89318442cbe22415a48 (diff)
downloadmarcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.gz
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.bz2
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.lz
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.xz
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.tar.zst
marcuscom-ports-918cb3665918af18b6f3e7826b5193479bb094ab.zip
Allow update-desktop-database to be found in PATH.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3340 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index b23307afa..eeee7559c 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -35,6 +35,6 @@ MAN1= gedit.1
GCONF_SCHEMAS= gedit.schemas
post-install:
- @${X11BASE}/bin/update-desktop-database
+ @-update-desktop-database
.include <bsd.port.mk>