aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 11:02:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 11:02:43 +0000
commit0032707ede9db80bb22c99d9eaf73582f6dd8c7b (patch)
tree7cb9a6232866ec050e7e767344ce7da6f4797c8d /java
parente9e70f16c58bcf0d7b34f517c9368022bea5dd4d (diff)
Fix pkg name collision
With hat: portmgr
Notes
Notes: svn path=/head/; revision=329691
Diffstat (limited to 'java')
-rw-r--r--java/linux-sun-jdk16/Makefile2
-rw-r--r--java/linux-sun-jdk17/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile
index ac65e638fc60..7033f1548f63 100644
--- a/java/linux-sun-jdk16/Makefile
+++ b/java/linux-sun-jdk16/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=DEMO
NO_CDROM= License does not allow distribution with fee
RESTRICTED= Redistribution of repackaged binaries not permitted
-LATEST_LINK= linux-sun-jdk16
+PKGNAMESUFFIX= 16
WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
diff --git a/java/linux-sun-jdk17/Makefile b/java/linux-sun-jdk17/Makefile
index e3159042d7e1..df3308fd0e89 100644
--- a/java/linux-sun-jdk17/Makefile
+++ b/java/linux-sun-jdk17/Makefile
@@ -18,7 +18,7 @@ DEMO_DESC= Install demos and samples
NO_CDROM= License does not allow distribution with fee
RESTRICTED= Redistribution of repackaged binaries not permitted
-LATEST_LINK= linux-sun-jdk17
+PKGNAMESUFFIX= 17
WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}