diff options
author | oliver <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
commit | 7ff1c4cb8c83dff358b2436d45585884198de8ea (patch) | |
tree | d8e1daded94c8d8c158174d76db16a83ba721cf2 /x11/xfce4-clipman-plugin | |
parent | 86f7eb748cfe0d1d967854ecc353ccd1e142cbfd (diff) | |
download | freebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.gz freebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.zst freebsd-ports-gnome-7ff1c4cb8c83dff358b2436d45585884198de8ea.zip |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 12 |
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> |