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-xfapplet-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-xfapplet-plugin')
-rw-r--r-- | x11/xfce4-xfapplet-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-xfapplet-plugin/Makefile b/x11/xfce4-xfapplet-plugin/Makefile index ef5c7c1ea2dc..ee6b1be4bf2e 100644 --- a/x11/xfce4-xfapplet-plugin/Makefile +++ b/x11/xfce4-xfapplet-plugin/Makefile @@ -7,9 +7,10 @@ PORTNAME= xfce4-xfapplet-plugin PORTVERSION= 0.1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org |