diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 05:39:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 05:39:58 +0800 |
commit | e4468c533407b54c4596d5dab44c17c0c6cf433e (patch) | |
tree | 4dd2cfbe2ed462036055281b1bea43ad79093441 /java/kaffe | |
parent | 4903eefe8bd34144f460fe61f334ecfa7143ed4b (diff) | |
download | freebsd-ports-gnome-e4468c533407b54c4596d5dab44c17c0c6cf433e.tar.gz freebsd-ports-gnome-e4468c533407b54c4596d5dab44c17c0c6cf433e.tar.zst freebsd-ports-gnome-e4468c533407b54c4596d5dab44c17c0c6cf433e.zip |
No need to define EXTRACT_SUFX if DISTFILES is specified.
Diffstat (limited to 'java/kaffe')
-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 38a9715b1956..b3b8ec7d4630 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,13 +3,12 @@ # Date created: 20 February 1995 # Whom: Tim Wilkinson <tim@sarc.city.ac.uk> # -# $Id: Makefile,v 1.31 1998/06/28 23:41:11 steve Exp $ +# $Id: Makefile,v 1.32 1998/07/31 20:10:10 steve Exp $ # DISTNAME= kaffe-1.0.b1 CATEGORIES= lang MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/ -EXTRACT_SUFX= .tgz DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= xaa@xaa.iae.nl |