diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /java/jaf | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'java/jaf')
-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 |