diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:08:36 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:08:36 +0800 |
commit | eec9ab718c972816921e03969da07bcb7d700b01 (patch) | |
tree | 773fc710df564253155d4a242856ac2a50e24a94 /archivers/squeeze | |
parent | b361f56db83ce9748463f9175d17796a5e4fd5b0 (diff) | |
download | freebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.tar.gz freebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.tar.zst freebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.zip |
Bump PORTREVISION after update of x11-fm/thunar
Finish to convert USES
Diffstat (limited to 'archivers/squeeze')
-rw-r--r-- | archivers/squeeze/Makefile | 9 | ||||
-rw-r--r-- | archivers/squeeze/pkg-plist | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index dd430cfc5997..b6d0ee770439 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -3,7 +3,7 @@ PORTNAME= squeeze PORTVERSION= 0.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -19,10 +19,10 @@ LIB_DEPENDS= thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext +USES= pkgconfig gettext pathfix desktop-file-utils USE_XFCE= configenv libutil thunar USE_XORG= x11 -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils +USE_GNOME= gtk20 glib20 intltool intlhack USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -44,7 +44,4 @@ post-patch: @${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in .endif -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/archivers/squeeze/pkg-plist b/archivers/squeeze/pkg-plist index defd766df8b9..c1304c03c929 100644 --- a/archivers/squeeze/pkg-plist +++ b/archivers/squeeze/pkg-plist @@ -55,5 +55,3 @@ share/applications/squeeze.desktop @dirrmtry libexec/thunar-archive-plugin @dirrmtry include/libsqueeze-0.2/libsqueeze @dirrmtry include/libsqueeze-0.2 -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true |