1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

multimedia/libbluray: Moved symlink creation from post-extract to post-patch

Follow-up to r462195

Reported by:	tijl
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-02-18 17:30:11 +00:00
parent 2323191b83
commit ae39b18460
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462254

View File

@ -39,7 +39,7 @@ JAVA_VARS= JAVA_VERSION=1.6+ JAVA_BUILD=yes JAVA_RUN=yes
JAVA_CONFIGURE_ENABLE= bdjava-jar
JAVA_CONFIGURE_ENV= JDK_HOME="${JAVA_HOME}"
post-extract:
post-patch:
@${RLN} ${WRKSRC}/jni/linux ${WRKSRC}/jni/freebsd
.include <bsd.port.mk>