diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 20:36:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 20:36:14 +0000 |
commit | 172b4a99f70bf139151cbe165ffd963f695beed8 (patch) | |
tree | 2d226dd6cb1fa00080ab971e9a58861ae3aaf919 /sysutils/xfce4-cpugraph-plugin | |
parent | c7453e144418308fd1eb4702c6e4279879d0076e (diff) | |
download | ports-172b4a99f70bf139151cbe165ffd963f695beed8.tar.gz ports-172b4a99f70bf139151cbe165ffd963f695beed8.zip |
- Use MASTER_SITE_BERLIOS
- Take maintainership
PR: ports/97900
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Notes
Notes:
svn path=/head/; revision=163413
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 4088d9928ec2..2aa89edceb04 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -9,10 +9,11 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 0.2.2 PORTREVISION= 4 CATEGORIES= sysutils 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= XFce4 systemload plugin with multiple CPU display modes BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel |