diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 00:20:49 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 00:20:49 +0800 |
commit | 4b564e752170cde661cfbf5ce1ff2bfdb3349047 (patch) | |
tree | bb1989044890217924302c0db13b1eeaaebd2660 | |
parent | ee5f252eae0147866d6b2fa3e7d99aec36c53f0d (diff) | |
download | freebsd-ports-gnome-4b564e752170cde661cfbf5ce1ff2bfdb3349047.tar.gz freebsd-ports-gnome-4b564e752170cde661cfbf5ce1ff2bfdb3349047.tar.zst freebsd-ports-gnome-4b564e752170cde661cfbf5ce1ff2bfdb3349047.zip |
USE_GNOME=desktopfileutils -> USES=desktop-file-utils
-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 |