diff options
Diffstat (limited to 'java/guavac/Makefile')
-rw-r--r-- | java/guavac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile index dadd6a56a51d..62c8366e66c2 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -9,7 +9,8 @@ PORTNAME= guavac PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= java -MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ +MASTER_SITES= ftp://ftp.unicamp.br/pub/languages/java/guavac/ \ + http://www.netsw.org/softeng/lang/java/compiler/guavac/ MAINTAINER= ports@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL |