multimedia/plexmediaserver{-plexpass}: Fix Log dir name
This commit is contained in:
parent
470c740e35
commit
42fc779dd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409168
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 0.9.15.4.1679
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PKGNAMESUFFIX= -plexpass
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
|
|
|
@ -49,7 +49,7 @@ plex_precmd()
|
|||
export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins}
|
||||
export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path}
|
||||
export PLEX_MEDIA_SERVER_PIDFILE=${pidfile}
|
||||
export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}"
|
||||
export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs"
|
||||
export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
export LANG="en_US.UTF-8"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= plexmediaserver
|
||||
PORTVERSION?= 0.9.15.3.1674
|
||||
PORTREVISION?= 4
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \
|
||||
https://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/
|
||||
|
|
|
@ -49,7 +49,7 @@ plex_precmd()
|
|||
export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=${%%PORTNAME%%_maxplugins}
|
||||
export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=${%%PORTNAME%%_support_path}
|
||||
export PLEX_MEDIA_SERVER_PIDFILE=${pidfile}
|
||||
export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs}"
|
||||
export PLEX_MEDIA_SERVER_LOG_DIR="${%%PORTNAME%%_support_path}/Plex Media Server/Logs"
|
||||
export PATH="${SCRIPTPATH}/Resources/Python/bin:${PATH}"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
export LANG="en_US.UTF-8"
|
||||
|
|
Loading…
Reference in a new issue