diff options
Diffstat (limited to 'java/collections')
-rw-r--r-- | java/collections/Makefile | 6 |
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 |