aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-03-03 10:12:30 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-03-03 10:12:30 +0000
commit6f4ce81280e8188f1b8dbaa092858fded2abc02e (patch)
treec562f41d08d739c18c1ae57328d9c042e20c2282 /x11/xfce4-clipman-plugin
parenta7d0f2f1180a5ad6ad2935884415f5e86bd32114 (diff)
downloadports-6f4ce81280e8188f1b8dbaa092858fded2abc02e.tar.gz
ports-6f4ce81280e8188f1b8dbaa092858fded2abc02e.zip
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=270185
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index aacbf9d6a80d..c02fee4517bc 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -7,9 +7,10 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11 xfce
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.1/
+MASTER_SITES= ${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= rene@FreeBSD.org
@@ -20,6 +21,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS= UNIQUE "Enable Unique (single instance) support" on
+#BROKEN= Does not work with xfce 4.8
+
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -39,4 +42,9 @@ CONFIGURE_ARGS+= --enable-unique
CONFIGURE_ARGS+= --disable-unique
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|exo-0\.3|exo-1|g; \
+ s|thunarx-1|thunarx-2|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>