- zap HOMEPAGE

- fix MASTER_SITES: MASTER_SITE_OPENBSD=    Yes
- bump NEED_VERSION
This commit is contained in:
kevlo 2001-12-01 12:18:29 +00:00
parent 838d6ee698
commit 13b33c20d0
3 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2001/05/20 12:51:39 kevlo Exp $
# $OpenBSD: Makefile,v 1.4 2001/12/01 12:18:29 kevlo Exp $
COMMENT= "fast Java decompiler"
DISTNAME= jadob158
PKGNAME= jad-1.5.8c
CATEGORIES= devel
NEED_VERSION= 1.402
HOMEPAGE= http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
NEED_VERSION= 1.500
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
@ -16,7 +14,7 @@ PERMIT_PACKAGE_FTP= "shareware"
PERMIT_DISTFILES_CDROM= "shareware"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/openbsd/
MASTER_SITE_OPENBSD= Yes
EXTRACT_SUFX= .zip
WRKDIST= ${WRKDIR}

View File

@ -5,5 +5,3 @@ Jad is a 100% pure C++ program and it generally works several times faster than
decompilers written in Java. Jad doesn't use the Java runtime for its
functioning, therefore no special setup is required (like changes to the
CLASSPATH variable).
WWW: ${HOMEPAGE}