remove homepage from descr, it gets added anyway
This commit is contained in:
parent
459dd8bf47
commit
3664e3327e
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.14 2006/10/05 00:43:45 ian Exp $
|
# $OpenBSD: Makefile,v 1.15 2007/05/18 06:52:16 steven Exp $
|
||||||
|
|
||||||
COMMENT="compile Java source into .class files (quickly!)"
|
COMMENT="compile Java source into .class files (quickly!)"
|
||||||
|
|
||||||
# Jikes, a fast Java compiler.
|
# Jikes, a fast Java compiler.
|
||||||
|
|
||||||
DISTNAME= jikes-1.22
|
DISTNAME= jikes-1.22
|
||||||
PKGNAME= ${DISTNAME}p2
|
PKGNAME= ${DISTNAME}p3
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
HOMEPAGE= http://jikes.sourceforge.net/
|
HOMEPAGE= http://jikes.sourceforge.net/
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Jikes is a fast Java compiler for translating programs written as
|
Jikes is a fast Java compiler for translating programs written as
|
||||||
defined in The Java Language Specification into the bytecode format
|
defined in The Java Language Specification into the bytecode format
|
||||||
used for .class files. This is an open source project maintained
|
used for .class files. This is an open source project maintained
|
||||||
with help from IBM; see ${HOMEPAGE}.
|
with help from IBM.
|
||||||
|
Loading…
Reference in New Issue
Block a user