diff options
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r-- | net/liveMedia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 16a16d78d2da..a485d5c5051f 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:L} +CONFIGURE_ARGS= fixed-${OPSYS:tl} USES= gmake USE_LDCONFIG= yes @@ -39,6 +39,6 @@ BROKEN= Does not compile .endif post-extract: - ${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/ + ${CP} ${FILESDIR}/config.fixed-${OPSYS:tl} ${WRKSRC}/ .include <bsd.port.post.mk> |