mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
parent
ac5e569e8f
commit
1ec9b285b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104057
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= jdk
|
PORTNAME= jdk
|
||||||
PORTVERSION= ${JDK_VERSION}
|
PORTVERSION= ${JDK_VERSION}
|
||||||
PORTREVISION= 6 # SR6
|
PORTREVISION= 7 # SR6
|
||||||
CATEGORIES= java
|
CATEGORIES= java
|
||||||
MASTER_SITES= #
|
MASTER_SITES= #
|
||||||
PKGNAMEPREFIX= linux-ibm-
|
PKGNAMEPREFIX= linux-ibm-
|
||||||
|
@ -63,7 +63,7 @@ do-install:
|
||||||
${MKDIR} ${APP_HOME}
|
${MKDIR} ${APP_HOME}
|
||||||
cd ${WRKSRC} && ${FIND} . \
|
cd ${WRKSRC} && ${FIND} . \
|
||||||
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
|
| ${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}"
|
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue