aboutsummaryrefslogtreecommitdiff
path: root/java/collections
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /java/collections
parent343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff)
downloadports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.tar.gz
ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.zip
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'java/collections')
-rw-r--r--java/collections/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile
index 76c03a305380..f51477e21c4d 100644
--- a/java/collections/Makefile
+++ b/java/collections/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: JDK1.1 Collections package
-# Version required: 1.1
# Date created: 1999/08/08
# Whom: Jose Marques
#
# $FreeBSD$
#
-DISTNAME= collections1_1
-PKGNAME= collections-1.1
+PORTNAME= collections
+PORTVERSION= 1.1
CATEGORIES= java
+DISTNAME= collections1_1
EXTRACT_SUFX= .zip
MAINTAINER= noway@nohow.demon.co.uk