diff options
author | pav <pav@FreeBSD.org> | 2006-05-26 04:32:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-26 04:32:45 +0800 |
commit | a4aa08ba8d849fc4992d10f13f9d6073d72a75ca (patch) | |
tree | 6754f9fb50efd0d48ad525a4d0a4dd866039f0e6 /x11/xfce4-clipman-plugin | |
parent | c6a6687bc7216f0e3823b8d4647e4eaf6fb8f921 (diff) | |
download | freebsd-ports-graphics-a4aa08ba8d849fc4992d10f13f9d6073d72a75ca.tar.gz freebsd-ports-graphics-a4aa08ba8d849fc4992d10f13f9d6073d72a75ca.tar.zst freebsd-ports-graphics-a4aa08ba8d849fc4992d10f13f9d6073d72a75ca.zip |
- Use MASTER_SITE_BERLIOS
- Take maintainership
PR: ports/97899
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 52a4bd71aeb..54ba120e2a1 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -9,10 +9,11 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 0.4.1 PORTREVISION= 3 CATEGORIES= x11 xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= xfce-goodies DIST_SUBDIR= xfce4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= r.c.ladan@gmail.com COMMENT= XFce 4 clipboard module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel |