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/leafpad/Makefile | |
parent | 9711fe3b69dfd8243957fa9699b0cf85ae134ede (diff) |
Notes
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r-- | editors/leafpad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |