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/jaf/Makefile | |
parent | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff) | |
download | ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.tar.gz ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.zip |
Notes
Diffstat (limited to 'java/jaf/Makefile')
-rw-r--r-- | java/jaf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/jaf/Makefile b/java/jaf/Makefile index 7590bc5803b7..f42751517f6d 100644 --- a/java/jaf/Makefile +++ b/java/jaf/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: JavaBeans Activation Framework (JAF) -# Version required: 1.0.1 # Date created: 1999/08/08 # Whom: Jose Marques # # $FreeBSD$ # -DISTNAME= jaf1_0_1 -PKGNAME= jaf-1.0.1 +PORTNAME= jaf +PORTVERSION= 1.0.1 CATEGORIES= java +DISTNAME= jaf1_0_1 EXTRACT_SUFX= .zip MAINTAINER= noway@nohow.demon.co.uk |