diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-17 07:18:55 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-17 07:18:55 +0000 |
commit | ef1dcf1c701baa2b7efe21b54462f27d1dbacc1a (patch) | |
tree | eeb86178a6c3ea4f5d1e27fa918e299c75cd5f53 /textproc/rot | |
parent | - Update to 0.0.16 (diff) |
- Fix unfetchable URL
PR: ports/77614
Submitted by: Simon Barner <barner(at)gmx.de>
Notes
Notes:
svn path=/head/; revision=129061
Diffstat (limited to 'textproc/rot')
-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 |