diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:35:46 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:35:46 +0000 |
commit | 3ded7a5fc56f8b887ed7141230b29b69ab34e97e (patch) | |
tree | eda4cd6bb58c6ebcc0a5f4c9842c3887204fdaec | |
parent | - Update net/asterisk11 to 11.23.0 (diff) |
- Silence portlint warnings by reordering some directives
- Unsilence INSTALL_* commands
PR: 211272
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
MFH: 2016Q3
Notes
Notes:
svn path=/head/; revision=418898
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index 675b881f1b51..707e486cd892 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -8,15 +8,15 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= H264 streaming module for lighttpd -BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd -RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd - LICENSE= CCPL.BY-NC-SA.30 LICENSE_NAME= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 \ Unported License LICENSE_FILE= ${FILESDIR}/COPYING.mod_h264_streaming -LICENSE_DISTFILES= ${PATCHFILES} LICENSE_PERMS= dist-mirror pkg-mirror +LICENSE_DISTFILES= ${PATCHFILES} + +BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd +RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd MASTERDIR= ${.CURDIR}/../lighttpd DESCR= ${.CURDIR}/pkg-descr @@ -34,10 +34,10 @@ _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ + ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d - @${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ + ${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample .include "${MASTERDIR}/Makefile" |