From 279d0c568395b4252ea7d025ef414367c67379c0 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 12 Apr 2000 06:21:15 +0000 Subject: Convert to the PORTNAME - PORTVERSION syntax. --- java/collections/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/collections') 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 -- cgit