mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Consistently prefix the comment in the call to registervm with "Linux-"
for Linux JDKs.
This commit is contained in:
parent
88c6789dea
commit
a6bed5ffd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117853
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ do-install:
|
|||
${MKDIR} ${APP_HOME}
|
||||
cd ${WRKSRC} && ${FIND} . \
|
||||
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
|
||||
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
|
||||
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-IBM-JDK${PORTVERSION}_${PORTREVISION}"
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_JAPANESE_FONTS)
|
||||
|
|
Loading…
Add table
Reference in a new issue