diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 06:50:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-07 06:50:59 +0000 |
commit | da6a715fffa1f89d3ccd9bcd3d653539a8bb98ba (patch) | |
tree | 3310089a67f75fa0523d50b88635dabde49d90a5 /www/lighttpd-mod_h264_streaming | |
parent | b2acb8ac33db5e408ce62ce5b621d268d185a1f0 (diff) | |
download | ports-da6a715fffa1f89d3ccd9bcd3d653539a8bb98ba.tar.gz ports-da6a715fffa1f89d3ccd9bcd3d653539a8bb98ba.zip |
Notes
Diffstat (limited to 'www/lighttpd-mod_h264_streaming')
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index 8e7cad2ea4f3..b8e996a4a2ff 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -37,20 +37,10 @@ _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_KLD} ${WRKSRC}/src/.libs/${PORTNAME}.so \ + @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_KLD} ${WRKSRC}/src/.libs/${PORTNAME}.la \ - ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_DATA} ${WRKSRC}/src/.libs/${PORTNAME}.a \ - ${STAGEDIR}${PREFIX}/lib/lighttpd - -post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d @${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample -.if !exists(${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf) - @${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ - ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf -.endif .include "${MASTERDIR}/Makefile" |