diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-12-23 20:35:04 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-12-23 20:35:04 +0800 |
commit | c4b7ed4756bb8805bc942ff54e8652dc384fc0fa (patch) | |
tree | 3f7970e20c04a8e8200ea8b0e3a43265c898764c /sysutils/wmupmon | |
parent | 64998216d654f2d2752c3078e649374a726e50b9 (diff) | |
download | freebsd-ports-gnome-c4b7ed4756bb8805bc942ff54e8652dc384fc0fa.tar.gz freebsd-ports-gnome-c4b7ed4756bb8805bc942ff54e8652dc384fc0fa.tar.zst freebsd-ports-gnome-c4b7ed4756bb8805bc942ff54e8652dc384fc0fa.zip |
- Fix Source URL
PR: ports/163367
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: gabor (mentor)
Diffstat (limited to 'sysutils/wmupmon')
-rw-r--r-- | sysutils/wmupmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index a181815cd0f8..123eed9e53f9 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -9,7 +9,8 @@ PORTNAME= wmupmon PORTVERSION= 0.1.3 PORTREVISION= 5 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.dockapps.org/files/188/547/ +# URL link over http://freecode.com/projects/wmupmon +MASTER_SITES= http://j-z-s.com/projects/downloads/ MAINTAINER= rhurlin@gwdg.de COMMENT= An uptime showing dockapp with a similar look to wmcpuload |