diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-13 15:04:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-13 15:04:10 +0000 |
commit | c5a8c42ed1aaece2024a6b822642dba353a1ba34 (patch) | |
tree | a5ebc3b5ce650b29d5fb730ae852765b1b95c465 /net/tvark | |
parent | - Update to 1.1.9. Relevant parts from the release notes: (diff) |
- Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=111395
Diffstat (limited to 'net/tvark')
-rw-r--r-- | net/tvark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tvark/Makefile b/net/tvark/Makefile index 3d4347c1e9d0..50154079b6eb 100644 --- a/net/tvark/Makefile +++ b/net/tvark/Makefile @@ -8,7 +8,7 @@ PORTNAME= tvark PORTVERSION= 0.4 CATEGORIES= net -MASTER_SITES= http://voodoo.oberon.net/ \ +MASTER_SITES= http://voodoo.oberon.net/download/ \ http://www.tvark.com/ MAINTAINER= ports@FreeBSD.org |