. Consistently prefix the comment in the call to registervm with "Linux-"

for Linux JDKs.
This commit is contained in:
Greg Lewis 2004-09-01 18:06:07 +00:00
parent 88c6789dea
commit a6bed5ffd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117853

View file

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