diff options
Diffstat (limited to 'java/jc')
-rw-r--r-- | java/jc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile index 0b5f4833791b..4bd8df45e4b3 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -9,8 +9,7 @@ PORTNAME= jc PORTVERSION= 1.4.7 PORTREVISION= 4 CATEGORIES= java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=jcvm/ +MASTER_SITES= SF/${PORTNAME}vm/JC%20source%20distribution/Release%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= JVM that converts class files to C source and compiles them with GCC |