aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2014-12-23 21:30:29 +0800
committerriggs <riggs@FreeBSD.org>2014-12-23 21:30:29 +0800
commit61343829f57f7152550b7331442194a4a8586065 (patch)
tree6b506be707c821d2cef222b7b869bb2436970a43 /net
parentb55a2a97b623c4a7a065bb77b514521a36b14121 (diff)
downloadfreebsd-ports-gnome-61343829f57f7152550b7331442194a4a8586065.tar.gz
freebsd-ports-gnome-61343829f57f7152550b7331442194a4a8586065.tar.zst
freebsd-ports-gnome-61343829f57f7152550b7331442194a4a8586065.zip
Fix build failure on pre-10 systems
Diffstat (limited to 'net')
-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