svn commit: r375324 - head/net/liveMedia

Thomas Zander riggs at FreeBSD.org
Tue Dec 23 13:30:31 UTC 2014


Author: riggs
Date: Tue Dec 23 13:30:29 2014
New Revision: 375324
URL: https://svnweb.freebsd.org/changeset/ports/375324
QAT: https://qat.redports.org/buildarchive/r375324/

Log:
  Fix build failure on pre-10 systems

Modified:
  head/net/liveMedia/Makefile

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Tue Dec 23 13:30:12 2014	(r375323)
+++ head/net/liveMedia/Makefile	Tue Dec 23 13:30:29 2014	(r375324)
@@ -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


More information about the svn-ports-head mailing list