diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-08 08:22:48 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-08 08:22:48 +0000 |
commit | b48fb132aa6f75eb185707eefbdfbf1f66c39f71 (patch) | |
tree | 0e214e9331c2e459a5369d124beb699c07114dc8 /devel/gauche-gaunit/Makefile | |
parent | edaa9eb656776c8b2a36bd12232f5ce5d998393b (diff) | |
download | ports-b48fb132aa6f75eb185707eefbdfbf1f66c39f71.tar.gz ports-b48fb132aa6f75eb185707eefbdfbf1f66c39f71.zip |
Notes
Diffstat (limited to 'devel/gauche-gaunit/Makefile')
-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 40b30e0643ac..eb55daa60d2b 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 |