diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-26 07:07:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-26 07:07:23 +0000 |
commit | 73ecc658ea09e0092791027b2ea051cf99f4fd9a (patch) | |
tree | c3f09f3c4db2757960ae3069e180a912c9775630 | |
parent | Back out the upgrade from 2.8 to 3.1 as 3.1 has critical bug. (diff) |
PKGNAME is not necessary when it's a duplicate of DISTNAME.
-rw-r--r-- | java/kaffe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index c026e82bb8e3..a0ecf292e425 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,11 +3,10 @@ # Date created: 6 January 1997 # Whom: Mark Huizer <xaa@stack.nl> # -# $Id: Makefile,v 1.14 1997/01/07 18:30:04 chuckr Exp $ +# $Id: Makefile,v 1.15 1997/01/24 23:58:12 chuckr Exp $ # DISTNAME= kaffe-0.7.1 -PKGNAME= kaffe-0.7.1 CATEGORIES= www MASTER_SITES= ftp://ftp.sarc.city.ac.uk/pub/kaffe/ \ ftp://alterego.stack.nl/pub/kaffe/ |