aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2013-05-09 00:05:21 +0800
committerolivierd <olivierd@FreeBSD.org>2013-05-09 00:05:21 +0800
commitb361f56db83ce9748463f9175d17796a5e4fd5b0 (patch)
treec26ffb804332112a7d1e11a92de398c5b69a2462 /x11/xfce4-clipman-plugin
parentccc38469f37cea6408376875be95f9ff4f72f328 (diff)
downloadfreebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz
freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst
freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile13
-rw-r--r--x11/xfce4-clipman-plugin/pkg-plist2
2 files changed, 5 insertions, 10 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index 850a4ad22ec1..8773235964ae 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -21,14 +21,14 @@ UNIQUE_DESC= Enable Unique (single instance) support
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack glib20 desktopfileutils
+USE_GNOME= gtk20 intltool intlhack glib20
USE_XFCE= configenv libexo libmenu libutil panel xfconf
USE_XORG= xtst
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix
INSTALLS_ICONS= yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUNIQUE}
LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique
@@ -37,7 +37,4 @@ CONFIGURE_ARGS+= --enable-unique
CONFIGURE_ARGS+= --disable-unique
.endif
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist
index 6d2615c090db..16bcf17af090 100644
--- a/x11/xfce4-clipman-plugin/pkg-plist
+++ b/x11/xfce4-clipman-plugin/pkg-plist
@@ -129,5 +129,3 @@ share/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
@dirrmtry lib/xfce4/panel
@dirrmtry etc/xdg/xfce4/panel
@dirrmtry etc/xdg/xfce4
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true