mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
DISTNAME is now computed based on JDK_VERSION.
This commit is contained in:
parent
ef29c765cc
commit
056e08a39d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58787
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue