diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-11 04:29:38 +0800 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-11 04:29:38 +0800 |
commit | e736e150599f97147c3b6236f523a2b2081963b6 (patch) | |
tree | 1fce7e16f084dd8bc96bf82577833ee62d9efbc8 /java/jikes | |
parent | 8d5a42b7a4a6e2df16ac9fb0fee9eac892cd0936 (diff) | |
download | freebsd-ports-gnome-e736e150599f97147c3b6236f523a2b2081963b6.tar.gz freebsd-ports-gnome-e736e150599f97147c3b6236f523a2b2081963b6.tar.zst freebsd-ports-gnome-e736e150599f97147c3b6236f523a2b2081963b6.zip |
Submitted by: Steve Price <sprice@hiwaay.net>
Remove DISTFILES= in Makefile (default works fine), general cleanup
to make portlint(1) clean.
Diffstat (limited to 'java/jikes')
-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." - |