diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /java/kaffe | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index a81eea8ef4a3..ab3b70fa9ebf 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: kaffe -# Version required: 1.0.b4 # Date created: 20 February 1995 # Whom: Tim Wilkinson <tim@sarc.city.ac.uk> # # $FreeBSD$ # -DISTNAME= kaffe-1.0.5 +PORTNAME= kaffe +PORTVERSION= 1.0.5 CATEGORIES= java MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/ |