1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fixed issue in installation of cacerts file.

Bumped PORTREVISION.

Reporter wrote:
"Hi: there seems to be a small bug in the

ports/java/linux-ibm-jdk13/Makefile
in the do-install part:

${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/jdk${JDK_VERSION
/jre/lib/security/cacerts

should read

${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/linux-ibm-jdk${JDK_VERSION
/jre/lib/security/cacerts"

Reported by:	Rahul Siddharthan <rsidd@online.fr>
This commit is contained in:
Ernst de Haan 2004-03-15 08:21:50 +00:00
parent ac5e569e8f
commit 1ec9b285b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104057

View File

@ -7,7 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}
PORTREVISION= 6 # SR6
PORTREVISION= 7 # SR6
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-ibm-
@ -63,7 +63,7 @@ do-install:
${MKDIR} ${APP_HOME}
cd ${WRKSRC} && ${FIND} . \
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts
${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
post-install: