Index: editors/leafpad/Makefile =================================================================== --- editors/leafpad/Makefile (revision 319853) +++ editors/leafpad/Makefile (working copy) @@ -11,8 +11,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= GTK+ based simple text editor -USE_GNOME= gtk20 desktopfileutils intlhack -USES= gettext +USE_GNOME= gtk20 intlhack +USES= desktop-file-utils gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser @@ -32,6 +32,5 @@ @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif - -@update-desktop-database .include Index: editors/leafpad/pkg-plist =================================================================== --- editors/leafpad/pkg-plist (revision 319853) +++ editors/leafpad/pkg-plist (working copy) @@ -46,5 +46,3 @@ share/pixmaps/leafpad.png share/pixmaps/leafpad.xpm @dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true