diff options
author | mich <mich@FreeBSD.org> | 2003-07-22 21:13:39 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-07-22 21:13:39 +0800 |
commit | 4b3f58c7099e33c536617942d64b9cd08674153d (patch) | |
tree | 355465aead2d5674de8f63ce74c573ff2e179b9c /misc | |
parent | 8794311003b78334e6c74c454e2cdd84b45c2b4c (diff) | |
download | freebsd-ports-gnome-4b3f58c7099e33c536617942d64b9cd08674153d.tar.gz freebsd-ports-gnome-4b3f58c7099e33c536617942d64b9cd08674153d.tar.zst freebsd-ports-gnome-4b3f58c7099e33c536617942d64b9cd08674153d.zip |
Fix unfetchable DISTFILE.
Approved by: roberto (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile index 0d55d74e8a41..869e6e82f01b 100644 --- a/misc/lr/Makefile +++ b/misc/lr/Makefile @@ -9,7 +9,8 @@ PORTNAME= lr PORTVERSION= 2.0 CATEGORIES= misc -MASTER_SITES= http://www.seekrut.com/rk/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ + http://www.seekrut.com/rk/ DISTNAME= lazyread-${PORTVERSION} MAINTAINER= mich@FreeBSD.org |