diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-26 16:20:49 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-26 16:20:49 +0000 |
commit | 447b4734afeb65f633cf9a4b880a8049c0e03606 (patch) | |
tree | bb1989044890217924302c0db13b1eeaaebd2660 /print/photoprint | |
parent | e100894348a765b518e943f8305ba5407abaec81 (diff) |
USE_GNOME=desktopfileutils -> USES=desktop-file-utils
Notes
Notes:
svn path=/head/; revision=319120
Diffstat (limited to 'print/photoprint')
-rw-r--r-- | print/photoprint/Makefile | 7 | ||||
-rw-r--r-- | print/photoprint/pkg-plist | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 123ce4b800d4..c46713c00f9b 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -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> diff --git a/print/photoprint/pkg-plist b/print/photoprint/pkg-plist index 95386c1a56ce..d442c1c5cb53 100644 --- a/print/photoprint/pkg-plist +++ b/print/photoprint/pkg-plist @@ -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 |