diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/jad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/jad/Makefile b/java/jad/Makefile index 0b21c89ee3d2..721cbffbb955 100644 --- a/java/jad/Makefile +++ b/java/jad/Makefile @@ -4,14 +4,12 @@ PORTNAME= jad PORTVERSION= 1.5.8c CATEGORIES= java devel -MASTER_SITES= http://www.varaneckas.com/sites/default/files/jad/ +MASTER_SITES= https://varaneckas.com/jad/ DISTNAME= jad158c.freebsd MAINTAINER= ale@FreeBSD.org COMMENT= Java Decompiler -BROKEN= unfetchable - USES= zip NO_WRKSUBDIR= yes NO_BUILD= yes |