Fix search path when build with JAVA option; bump PORTREVISION
PR: 235718 Submitted by: andreas.benzler@gmail.com Reviewed by: riggs
This commit is contained in:
parent
8141b8fbf0
commit
a3dea408e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532112
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libbluray
|
||||
DISTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \
|
||||
|
@ -47,5 +47,6 @@ JAVA_VARS= JAVA_BUILD=yes JAVA_RUN=yes
|
|||
|
||||
post-patch:
|
||||
@${RLN} ${WRKSRC}/jni/linux ${WRKSRC}/jni/freebsd
|
||||
@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' ${WRKSRC}/src/libbluray/bdj/bdj.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue