diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 02:54:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-11 02:54:48 +0000 |
commit | cfc454a86425f5cae7e3be539209fb4812d39bfd (patch) | |
tree | 7399c2854edb9220375f2ec439f1969e78703c35 /x11-clocks | |
parent | 928eb7f2169532cf58c72b23e25801696b036f1a (diff) |
Fix unfetchable MASTER_SITES
PR: 87236
Submitted by: candy@kgc.co.jp (maintainer)
Notes
Notes:
svn path=/head/; revision=144880
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xtimer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/xtimer/Makefile b/x11-clocks/xtimer/Makefile index cf7b02105654..764e3bb04666 100644 --- a/x11-clocks/xtimer/Makefile +++ b/x11-clocks/xtimer/Makefile @@ -8,7 +8,7 @@ PORTNAME= xtimer PORTVERSION= 0.8089 CATEGORIES= x11-clocks -MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/ +MASTER_SITES= http://www.bsddiary.net/xtimer/ DISTNAME= ${PORTNAME}-8089 MAINTAINER= candy@kgc.co.jp |