diff options
author | sem <sem@FreeBSD.org> | 2005-02-17 15:18:55 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-17 15:18:55 +0800 |
commit | 83c11876510793e974a9fac38fa2db0c543ad988 (patch) | |
tree | 73b47bd220011c74cb14315f0194fa746c43b8b1 /textproc | |
parent | 8a82f48f0db93a45c2669db84daf4153965942e3 (diff) | |
download | freebsd-ports-gnome-83c11876510793e974a9fac38fa2db0c543ad988.tar.gz freebsd-ports-gnome-83c11876510793e974a9fac38fa2db0c543ad988.tar.zst freebsd-ports-gnome-83c11876510793e974a9fac38fa2db0c543ad988.zip |
- Fix unfetchable URL
PR: ports/77614
Submitted by: Simon Barner <barner(at)gmx.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile index ea83d8633e50..5b372e1fa8e4 100644 --- a/textproc/rot/Makefile +++ b/textproc/rot/Makefile @@ -9,7 +9,7 @@ PORTNAME= rot PORTVERSION= 1.2 CATEGORIES= textproc -MASTER_SITES= http://wuarchive.wustl.edu/languages/c/unix-c/utils/ +MASTER_SITES= ftp://custom.lab.unb.br/pub/unix-c/utils/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z |