From 3664e3327eea73333df051ea7406a30e1b6ce3e3 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 18 May 2007 06:52:16 +0000 Subject: [PATCH] remove homepage from descr, it gets added anyway --- lang/jikes/Makefile | 4 ++-- lang/jikes/pkg/DESCR | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index e1affaf8075..6c7d47a3cd1 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -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/} diff --git a/lang/jikes/pkg/DESCR b/lang/jikes/pkg/DESCR index 45fbf53d080..e7c7ba097ae 100644 --- a/lang/jikes/pkg/DESCR +++ b/lang/jikes/pkg/DESCR @@ -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.