Move .endif to a better place. No functional change.

Feature safe:	yes
This commit is contained in:
Jung-uk Kim 2012-10-25 21:03:22 +00:00
parent 674c2552ce
commit 09bb1716ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306397

View File

@ -354,9 +354,9 @@ post-install:
@"${LOCALBASE}/bin/registervm" "${PREFIX}/openjdk6-jre/bin/java # OpenJDK6 JRE"
.else
@"${LOCALBASE}/bin/registervm" "${PREFIX}/openjdk6/bin/java # OpenJDK6"
.endif
.if ${PORT_OPTIONS:MFASTDEBUG}
@"${LOCALBASE}/bin/registervm" "${PREFIX}/openjdk6-fastdebug/bin/java # OpenJDK6"
.endif
.endif
@${CAT} ${PKGMESSAGE}