aboutsummaryrefslogtreecommitdiff
path: root/net/liveMedia/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-12-23 13:30:29 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-12-23 13:30:29 +0000
commit45ef0b001f5af2ca9cf93a41ce4a416b55dcec41 (patch)
tree6b506be707c821d2cef222b7b869bb2436970a43 /net/liveMedia/Makefile
parent5a8a687983e225d9445c4f50e99b69dbece2388d (diff)
downloadports-45ef0b001f5af2ca9cf93a41ce4a416b55dcec41.tar.gz
ports-45ef0b001f5af2ca9cf93a41ce4a416b55dcec41.zip
Fix build failure on pre-10 systems
Notes
Notes: svn path=/head/; revision=375324
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r--net/liveMedia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile
index b6f629eacbb1..2fc02747fa10 100644
--- a/net/liveMedia/Makefile
+++ b/net/liveMedia/Makefile
@@ -42,7 +42,7 @@ BROKEN= Does not compile
post-extract:
${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC}
-.if "${PREFIX}" != "/usr/local"
+.if ${PREFIX} != "/usr/local"
post-configure:
${REINPLACE_CMD} -e 's,^PREFIX = /usr/local,PREFIX = "${PREFIX}",' \
${WRKSRC}/Makefile ${WRKSRC}/*/Makefile