aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
commitedee314615bd46f5757d9ff74619b24c367f146b (patch)
treec26ffb804332112a7d1e11a92de398c5b69a2462 /x11/xfce4-clipman-plugin/Makefile
parente869b98462f3f85b6c2164bc0028a59b4d2af597 (diff)
- 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
Notes
Notes: svn path=/head/; revision=317695
Diffstat (limited to 'x11/xfce4-clipman-plugin/Makefile')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile13
1 files changed, 5 insertions, 8 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>