DISTNAME is now computed based on JDK_VERSION.

This commit is contained in:
Ernst de Haan 2002-05-09 09:25:21 +00:00
parent ef29c765cc
commit 056e08a39d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58787

View file

@ -10,7 +10,7 @@ PORTVERSION= ${JDK_VERSION}
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-sun-
DISTNAME= jdk-1_2_2_011-linux-i386
DISTNAME= ${PORTNAME}-${JDK_VERSION:S/./_/g}-linux-${ARCH}
MAINTAINER= znerd@FreeBSD.org