diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-31 08:03:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-31 08:03:59 +0800 |
commit | 48fc43f354f992bbad2ee1644d4ce1866b0da064 (patch) | |
tree | 603ecb1b20ae85dc990fd1a3b55b8edbbb63c29a /x11-clocks | |
parent | 3a75b43cd3c31e20fb0f7871fbf17cf0dc8868f5 (diff) | |
download | freebsd-ports-graphics-48fc43f354f992bbad2ee1644d4ce1866b0da064.tar.gz freebsd-ports-graphics-48fc43f354f992bbad2ee1644d4ce1866b0da064.tar.zst freebsd-ports-graphics-48fc43f354f992bbad2ee1644d4ce1866b0da064.zip |
[PATCH] x11-clocks/wmtime distsite fix
connection refused or timeout
PR: ports/67401
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile index 9a035bce6bb..66610f57d3a 100644 --- a/x11-clocks/wmtime/Makefile +++ b/x11-clocks/wmtime/Makefile @@ -8,7 +8,7 @@ PORTNAME= wmtime PORTVERSION= 1.0b2 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ +MASTER_SITES= http://linuxberg.matrix.com.br/files/x11/xwin/ MAINTAINER= ports@FreeBSD.org COMMENT= Time/Date applet for WindowMaker |