remove homepage from descr, it gets added anyway

This commit is contained in:
steven 2007-05-18 06:52:16 +00:00
parent 459dd8bf47
commit 3664e3327e
2 changed files with 3 additions and 3 deletions

View File

@ -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!)"
# Jikes, a fast Java compiler.
DISTNAME= jikes-1.22
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= lang
HOMEPAGE= http://jikes.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}

View File

@ -1,4 +1,4 @@
Jikes is a fast Java compiler for translating programs written as
defined in The Java Language Specification into the bytecode format
used for .class files. This is an open source project maintained
with help from IBM; see ${HOMEPAGE}.
with help from IBM.