aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd-mod_h264_streaming
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-03-23 15:49:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-03-23 15:49:12 +0000
commit209aad1f15749c9fe16bb882747570dabc33097f (patch)
tree0f4b14f1643cb96d21eef9144a9bcfc495f032e6 /www/lighttpd-mod_h264_streaming
parent26043ab8b66377a92c3a7cdba70b1e58663d00eb (diff)
downloadports-209aad1f15749c9fe16bb882747570dabc33097f.tar.gz
ports-209aad1f15749c9fe16bb882747570dabc33097f.zip
Notes
Diffstat (limited to 'www/lighttpd-mod_h264_streaming')
-rw-r--r--www/lighttpd-mod_h264_streaming/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile
index 35cc42784d1d..4c1285d13d0e 100644
--- a/www/lighttpd-mod_h264_streaming/Makefile
+++ b/www/lighttpd-mod_h264_streaming/Makefile
@@ -16,6 +16,13 @@ COMMENT= H264 streaming module for lighttpd
BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/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
+
MASTERDIR= ${.CURDIR}/../lighttpd
PLIST= ${FILESDIR}/pkg-plist.${PORTNAME}
DESCR= ${FILESDIR}/pkg-descr.${PORTNAME}
@@ -32,11 +39,6 @@ ALL_TARGET= ${PORTNAME}.la
_BUILDING_LIGHTTPD_MODULE= yes
-.if !defined(NOPORTDOCS)
-DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK}
-PORTDOCS= COPYING_H264
-.endif
-
do-install:
@${INSTALL_KLD} ${WRKSRC}/src/.libs/${PORTNAME}.so \
${LOCALBASE}/lib/lighttpd
@@ -53,9 +55,4 @@ post-install:
${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf
.endif
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/COPYING_H264 ${DOCSDIR}
-.endif
-
.include "${MASTERDIR}/Makefile"