aboutsummaryrefslogtreecommitdiff
path: root/multimedia/plexmediaserver
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-15 14:01:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-15 14:01:38 +0000
commit57aa4f4468e476619d46bd7a28169dad9cb1778f (patch)
tree8891ec95f2e694a571c89bf28738bc8dd2a9fd1f /multimedia/plexmediaserver
parent5abaeda00d55db2fa5dc89cc321594d9c5d53dbe (diff)
downloadports-57aa4f4468e476619d46bd7a28169dad9cb1778f.tar.gz
ports-57aa4f4468e476619d46bd7a28169dad9cb1778f.zip
Notes
Diffstat (limited to 'multimedia/plexmediaserver')
-rw-r--r--multimedia/plexmediaserver/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/multimedia/plexmediaserver/Makefile b/multimedia/plexmediaserver/Makefile
index a2c62dcd230b..b4fdd9553889 100644
--- a/multimedia/plexmediaserver/Makefile
+++ b/multimedia/plexmediaserver/Makefile
@@ -14,7 +14,7 @@ COMMENT= Plex Media Server component
USES= cpe tar:bzip2
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX}
+WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${DISTVERSIONSUFFIX}
CPE_VENDOR= plex
CPE_PRODUCT= plex_media_server
@@ -25,8 +25,8 @@ USE_RC_SUBR?= ${PORTNAME}
SUB_FILES= pkg-message
SUB_LIST?= PORTNAME=${PORTNAME} DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS}
-USERS= plex
-GROUPS= ${USERS}
+USERS= plex
+GROUPS= ${USERS}
BUNDLE_LIBS= yes
ONLY_FOR_ARCHS= amd64
@@ -37,11 +37,9 @@ OPTIONS_DEFAULT= RELAY
OPTIONS_SUB= yes
RELAY_DESC= Install Plex Relay daemon
-.include <bsd.port.options.mk>
-
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054
+.if ${OPSYS} == FreeBSD
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
.endif
@@ -54,9 +52,9 @@ post-patch:
# Older verisons of Plex we have to create a symlink
# Newer versions of Plex ship a duplicate file; we'll just symlink
${RM} ${WRKSRC}/libpython2.7.so
-.if ! ${PORT_OPTIONS:MRELAY}
+
+post-patch-RELAY-off:
${RM} ${WRKSRC}/Plex\ Relay
-.endif
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR})