Skip to content

Commit

Permalink
multimedia/emby-server: fix WRKSRC location
Browse files Browse the repository at this point in the history
  • Loading branch information
driesmp committed Apr 14, 2024
1 parent 3043feb commit 7669229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multimedia/emby-server/Makefile
Expand Up @@ -122,7 +122,7 @@ SUB_LIST= GROUP=${GROUPS} \
RC_NAME=emby_server \
USER=${USERS}

WRKSRC= ${WRKDIR}/ffmpeg-${FFVERSION}_public
WRKSRC= ${WRKDIR}/${FFMPEG_WRKSRC}

USERS= emby
GROUPS= emby
Expand All @@ -135,6 +135,7 @@ LAME_CONFIGURE_ENABLE= libmp3lame

FFDETECT_VERSION= 2023_06_25-x64_freebsd14
FFMPEG_VERSION= 2023_06_25-u1
FFMPEG_WRKSRC= ffmpeg-2023_06_25_public

do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server/bin
Expand Down

0 comments on commit 7669229

Please sign in to comment.