Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 17:30:11 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462254 - head/multimedia/libbluray
Message-ID:  <201802181730.w1IHUB8s076395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Feb 18 17:30:11 2018
New Revision: 462254
URL: https://svnweb.freebsd.org/changeset/ports/462254

Log:
  multimedia/libbluray: Moved symlink creation from post-extract to post-patch
  
  Follow-up to r462195
  
  Reported by:	tijl
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/multimedia/libbluray/Makefile

Modified: head/multimedia/libbluray/Makefile
==============================================================================
--- head/multimedia/libbluray/Makefile	Sun Feb 18 17:10:54 2018	(r462253)
+++ head/multimedia/libbluray/Makefile	Sun Feb 18 17:30:11 2018	(r462254)
@@ -39,7 +39,7 @@ JAVA_VARS=			JAVA_VERSION=1.6+ JAVA_BUILD=yes JAVA_RUN
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802181730.w1IHUB8s076395>