diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 08:25:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 08:25:53 +0800 |
commit | 27118c9a7b036df4be8d171f6c6ed73dfb414707 (patch) | |
tree | 539738d3e1f577268e94538c767a10356b1491e0 /sysutils/wmapm/Makefile | |
parent | 518e88026637e7ece511089e0b6896c251955f64 (diff) | |
download | freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.tar.gz freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.tar.zst freebsd-ports-gnome-27118c9a7b036df4be8d171f6c6ed73dfb414707.zip |
sysutils/wmapm - Fix MASTER_SITE (make fetchable)
- Replace master site and WWW URL
- The new distfile is a .tar file (despite the name) - the contents
are identical to what was in the original file. Therefore, distinfo
needs patching too.
(checked tarball differences myself)
PR: ports/94229
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'sysutils/wmapm/Makefile')
-rw-r--r-- | sysutils/wmapm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index 047552b2699b..622b2e82666f 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmapm PORTVERSION= 3.1 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +MASTER_SITES= http://dockapps.org/files/18/25/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for WindowMaker |