diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-16 00:12:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-16 00:12:24 +0000 |
commit | dc5e6bcddbdc6e246b603acca254a3a31df59336 (patch) | |
tree | 2e4c6905bd8f65352b02e698ec03f9d993d43a99 | |
parent | Upgrade to v0.5 (diff) |
Remove commented out DISTFILES declaration since this is
its default value.
Notes
Notes:
svn path=/head/; revision=15371
Diffstat (limited to '')
-rw-r--r-- | java/jikes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index f5fcd2891992..832bc3ce1c32 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -3,13 +3,12 @@ # Date created: 09 December 1998 # Whom: Matthew Dillon <dillon@backplane.com> # -# $Id: Makefile,v 1.1 1998/12/10 18:02:52 dillon Exp $ +# $Id: Makefile,v 1.2 1998/12/10 20:29:37 dillon Exp $ # DISTNAME= jikes-0.41 CATEGORIES= lang MASTER_SITES= http://www.backplane.com/FreeBSDPorts/ -#DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= dillon@backplane.com |