diff options
author | adamw <adamw@FreeBSD.org> | 2002-10-23 09:23:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-10-23 09:23:46 +0800 |
commit | cda3bedfef3c256eb497823085ef8005bcfa432d (patch) | |
tree | cc3712700c39b0b4ae1e08ff254d0e34a96adc54 /misc | |
parent | bdbbfec4040e29c49c523906d763b1111c4507b3 (diff) | |
download | freebsd-ports-gnome-cda3bedfef3c256eb497823085ef8005bcfa432d.tar.gz freebsd-ports-gnome-cda3bedfef3c256eb497823085ef8005bcfa432d.tar.zst freebsd-ports-gnome-cda3bedfef3c256eb497823085ef8005bcfa432d.zip |
Change MASTER_SITES.
Old site gave a 302 (document moved) and, by default, FETCH_CMD prevents
fetch from following redirects. The substituted URL is to what the old URL
redirected.
Approved by: pat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmwork/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile index 349701ee5763..95f2394c5ddc 100644 --- a/misc/wmwork/Makefile +++ b/misc/wmwork/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmwork PORTVERSION= 0.2.0 CATEGORIES= misc windowmaker afterstep -MASTER_SITES= http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmwork/ +MASTER_SITES= http://www.godisch.de/debian/wmwork/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org |