1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix pkgname collision

This commit is contained in:
Baptiste Daroussin 2013-10-18 14:17:16 +00:00
parent ccd67acd47
commit 36ad95e011
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330750
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.