diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-10 20:29:38 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-10 20:29:38 +0000 |
commit | 1bc7f2fba73217daf41e1279a49154233b1d34cd (patch) | |
tree | 57873b09cae5099589d63662f280fcbba3c215fa /java | |
parent | Activate the jikes port. (diff) |
Submitted by: Steve Price <sprice@hiwaay.net>
Remove DISTFILES= in Makefile (default works fine), general cleanup
to make portlint(1) clean.
Notes
Notes:
svn path=/head/; revision=15259
Diffstat (limited to 'java')
-rw-r--r-- | java/jikes/Makefile | 9 | ||||
-rw-r--r-- | java/jikes/pkg-descr | 1 |
2 files changed, 5 insertions, 5 deletions
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 <dillon@backplane.com> # -# $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." - |