summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/linux-sun-jdk12/Makefile2
-rw-r--r--java/linux-sun-jdk12/files/cacertsbin0 -> 8607 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile
index 9ece974..e78580d 100644
--- a/java/linux-sun-jdk12/Makefile
+++ b/java/linux-sun-jdk12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}
+PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-sun-
@@ -50,6 +51,7 @@ do-install:
@${ECHO_CMD} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${APP_HOME}
+ @${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts
@${CHOWN} -h -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
@${ECHO_CMD} " [ DONE ]"
diff --git a/java/linux-sun-jdk12/files/cacerts b/java/linux-sun-jdk12/files/cacerts
new file mode 100644
index 0000000..aff2e72
--- /dev/null
+++ b/java/linux-sun-jdk12/files/cacerts
Binary files differ
OpenPOWER on IntegriCloud