forked from Lainports/freebsd-ports
Submitted by: Steve Price <sprice@hiwaay.net>
Remove DISTFILES= in Makefile (default works fine), general cleanup
to make portlint(1) clean.
This commit is contained in:
parent
1bbfdb8d93
commit
1bc7f2fba7
2 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue