svn commit: r419114 - branches/2016Q3/www/lighttpd-mod_h264_streaming

Guido Falsi madpilot at FreeBSD.org
Tue Jul 26 15:24:43 UTC 2016


Author: madpilot
Date: Tue Jul 26 15:24:42 2016
New Revision: 419114
URL: https://svnweb.freebsd.org/changeset/ports/419114

Log:
  MFH: r418898
  
  - Silence portlint warnings by reordering some directives
  - Unsilence INSTALL_* commands
  
  PR:		211272
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile
==============================================================================
--- branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile	Tue Jul 26 15:01:12 2016	(r419113)
+++ branches/2016Q3/www/lighttpd-mod_h264_streaming/Makefile	Tue Jul 26 15:24:42 2016	(r419114)
@@ -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"


More information about the svn-ports-all mailing list