USE_GNOME=desktopfileutils -> USES=desktop-file-utils

This commit is contained in:
Boris Samorodov 2013-05-26 16:20:49 +00:00
parent e100894348
commit 447b4734af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319120
2 changed files with 2 additions and 7 deletions

View File

@ -23,8 +23,8 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \
tiff:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
USES= gettext
USE_GNOME= desktopfileutils pango
USES= desktop-file-utils gettext
USE_GNOME= pango
USE_XORG= x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
xfixes xi xinerama xrandr xrender
INSTALLS_ICONS= yes
@ -35,7 +35,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
${WRKSRC}/gp_cppsupport/gprinter.cpp
post-install:
-@update-desktop-database
.include <bsd.port.mk>

View File

@ -32,5 +32,3 @@ share/locale/ru/LC_MESSAGES/photoprint.mo
@dirrm %%DATADIR%%/shortcuts
@dirrm %%DATADIR%%/borders
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true