From 1bc7f2fba73217daf41e1279a49154233b1d34cd Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 10 Dec 1998 20:29:38 +0000 Subject: Submitted by: Steve Price Remove DISTFILES= in Makefile (default works fine), general cleanup to make portlint(1) clean. --- java/jikes/Makefile | 9 +++++---- java/jikes/pkg-descr | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'java/jikes') diff --git a/java/jikes/Makefile b/java/jikes/Makefile index e798bc15c52d..f5fcd2891992 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -3,18 +3,19 @@ # Date created: 09 December 1998 # Whom: Matthew Dillon # -# $Id: exp $ +# $Id: Makefile,v 1.1 1998/12/10 18:02:52 dillon Exp $ # DISTNAME= jikes-0.41 CATEGORIES= lang MASTER_SITES= http://www.backplane.com/FreeBSDPorts/ -DISTFILES= ${DISTNAME}.tar.gz -WRKSRC= ${WRKDIR}/jikesos -MAN1= jikes.1 +#DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= dillon@backplane.com +WRKSRC= ${WRKDIR}/jikesos +MAN1= jikes.1 + # (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then # uncomment this section) # diff --git a/java/jikes/pkg-descr b/java/jikes/pkg-descr index e51348df2baa..3ffd986629f1 100644 --- a/java/jikes/pkg-descr +++ b/java/jikes/pkg-descr @@ -16,4 +16,3 @@ file is specified in CLASSPATH. // Copyright (C) 1996, 1998, International Business Machines Corporation" // and others. All Rights Reserved." // You must accept the terms of that agreement to use this software." - -- cgit v1.2.3