diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-08 08:22:48 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-08 08:22:48 +0000 |
commit | 546e423d738dd96728c55555954fec086a255554 (patch) | |
tree | 0ae6b4fa0df9dedff35e8f84b414404dd6e6dcd9 /devel | |
parent | d1618538b69b679ab650ff14c49c94e0995a335c (diff) | |
download | FreeBSD-ports-546e423d738dd96728c55555954fec086a255554.zip FreeBSD-ports-546e423d738dd96728c55555954fec086a255554.tar.gz |
- Add mirror site to prevent distfile unfetchable on pointyhat
Noticed by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gauche-gaunit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gauche-gaunit/Makefile b/devel/gauche-gaunit/Makefile index 40b30e0..eb55daa 100644 --- a/devel/gauche-gaunit/Makefile +++ b/devel/gauche-gaunit/Makefile @@ -7,7 +7,9 @@ PORTNAME= gaunit PORTVERSION= 0.1.2 CATEGORIES= devel scheme -MASTER_SITES= http://www.cozmixng.org/~kou/download/ +MASTER_SITES= http://www.cozmixng.org/~kou/download/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= rafan PKGNAMEPREFIX= gauche- MAINTAINER= ports@FreeBSD.org |