git: 76692294c4a0 - main - multimedia/emby-server: fix WRKSRC location
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Apr 2024 12:36:57 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=76692294c4a0a2afe100bf75e9838f761017f140 commit 76692294c4a0a2afe100bf75e9838f761017f140 Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2024-04-14 12:36:12 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2024-04-14 12:36:39 +0000 multimedia/emby-server: fix WRKSRC location --- multimedia/emby-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index 63a35fe7bfec..226733b4f2ae 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -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 @@ -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