aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-04 18:57:04 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-04 18:57:04 +0000
commit0a6e479f1e77e503f162ede70273d73c629c4b9b (patch)
tree86af8e53dc87f20ebe73ef30d7af80349f1c3994 /net
parent6184bea19fa678a5837d128c03f72f1c3586f256 (diff)
downloadports-0a6e479f1e77e503f162ede70273d73c629c4b9b.tar.gz
ports-0a6e479f1e77e503f162ede70273d73c629c4b9b.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/liveMedia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile
index a485d5c5051f..82340ebee72c 100644
--- a/net/liveMedia/Makefile
+++ b/net/liveMedia/Makefile
@@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/live
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= genMakefiles
-CONFIGURE_ARGS= fixed-${OPSYS:tl}
+CONFIGURE_ARGS= fixed-freebsd
USES= gmake
USE_LDCONFIG= yes
@@ -39,6 +39,6 @@ BROKEN= Does not compile
.endif
post-extract:
- ${CP} ${FILESDIR}/config.fixed-${OPSYS:tl} ${WRKSRC}/
+ ${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC}
.include <bsd.port.post.mk>