aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-18 22:17:16 +0800
committerbapt <bapt@FreeBSD.org>2013-10-18 22:17:16 +0800
commite24bdb404ebe4023a63953df6edb73dbd3f32980 (patch)
treee0a633a456014c5ba16620bdc32d95566777db08 /java
parent64c01039f75585d90bf21698432e6e6d907f1b13 (diff)
downloadfreebsd-ports-graphics-e24bdb404ebe4023a63953df6edb73dbd3f32980.tar.gz
freebsd-ports-graphics-e24bdb404ebe4023a63953df6edb73dbd3f32980.tar.zst
freebsd-ports-graphics-e24bdb404ebe4023a63953df6edb73dbd3f32980.zip
Fix pkgname collision
Diffstat (limited to 'java')
-rw-r--r--java/jdk16-doc/Makefile4
-rw-r--r--java/jdk7-doc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/java/jdk16-doc/Makefile b/java/jdk16-doc/Makefile
index 88f6722a3fd..1503d3a646d 100644
--- a/java/jdk16-doc/Makefile
+++ b/java/jdk16-doc/Makefile
@@ -1,16 +1,16 @@
# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
-PORTNAME= jdk-doc
+PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER}
CATEGORIES= java
MASTER_SITES= #
+PKGNAMESUFFIX= ${JDK_CONCAT_VER}-doc
DISTNAME= jdk-6u30-apidocs
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
-LATEST_LINK= jdk${JDK_CONCAT_VER}-doc
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER}
NO_CDROM= License does not allow distribution with fee.
RESTRICTED= This documentation is under license and export control.
diff --git a/java/jdk7-doc/Makefile b/java/jdk7-doc/Makefile
index d34c327dee5..dd71d046b5f 100644
--- a/java/jdk7-doc/Makefile
+++ b/java/jdk7-doc/Makefile
@@ -1,15 +1,15 @@
# $FreeBSD$
-PORTNAME= jdk-doc
+PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER}
CATEGORIES= java
MASTER_SITES= #
DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VER}-apidocs
+PKGNAMESUFFIX= ${JDK_VERSION}-doc
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
-LATEST_LINK= jdk${JDK_VERSION}-doc
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION}
NO_CDROM= License does not allow distribution with fee.
RESTRICTED= This documentation is under license and export control.