. The test target wants jtreg binaries to be found one directory up. Allow

that to be the case.
This commit is contained in:
Greg Lewis 2015-07-05 00:45:08 +00:00
parent d5b14ed39b
commit 2722598f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391340

View File

@ -221,6 +221,9 @@ post-extract:
${WRKSRC}/nashorn/test/script/jfx/kaleidoscope/golden/bsd.png
@${CP} ${FILESDIR}/nashorn-test-script-jfx-spread-golden-bsd.png \
${WRKSRC}/nashorn/test/script/jfx/spread/golden/bsd.png
.if ${PORT_OPTIONS:MTEST}
@${LN} -sf ${WRKDIR}/jtreg/linux/bin ${WRKDIR}/jtreg/
.endif
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -delete