From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 16:22:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E13BFED0; Sat, 19 Oct 2013 16:22:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF50122B1; Sat, 19 Oct 2013 16:22:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JGM1wS043759; Sat, 19 Oct 2013 16:22:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JGM1sk043756; Sat, 19 Oct 2013 16:22:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310191622.r9JGM1sk043756@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 19 Oct 2013 16:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330903 - head/multimedia/v4l_compat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 16:22:02 -0000 Author: bapt Date: Sat Oct 19 16:22:01 2013 New Revision: 330903 URL: http://svnweb.freebsd.org/changeset/ports/330903 Log: Enable stage Use license framework Modified: head/multimedia/v4l_compat/Makefile head/multimedia/v4l_compat/pkg-plist Modified: head/multimedia/v4l_compat/Makefile ============================================================================== --- head/multimedia/v4l_compat/Makefile Sat Oct 19 16:21:30 2013 (r330902) +++ head/multimedia/v4l_compat/Makefile Sat Oct 19 16:22:01 2013 (r330903) @@ -9,22 +9,17 @@ MASTER_SITES= LOCAL/kwm MAINTAINER= multimedia@FreeBSD.org COMMENT= Video4Linux IOCTL header files +LICENSE= GPLv2 + DUMMYDATE= 20120501 NO_BUILD= yes BASE_HEADERS= input.h uinput.h videodev.h videodev2.h DVB_HEADERS= audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/include/linux/dvb -.for f in ${BASE_HEADERS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/include/linux/ -.endfor -.for f in ${DVB_HEADERS} - ${INSTALL_DATA} ${WRKSRC}/dvb/${f} ${PREFIX}/include/linux/dvb/ -.endfor - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/dvb + cd ${WRKSRC}; ${INSTALL_DATA} ${BASE_HEADERS} ${STAGEDIR}${PREFIX}/include/linux/ + cd ${WRKSRC}/dvb; ${INSTALL_DATA} ${DVB_HEADERS} ${STAGEDIR}${PREFIX}/include/linux/dvb/ .include Modified: head/multimedia/v4l_compat/pkg-plist ============================================================================== --- head/multimedia/v4l_compat/pkg-plist Sat Oct 19 16:21:30 2013 (r330902) +++ head/multimedia/v4l_compat/pkg-plist Sat Oct 19 16:22:01 2013 (r330903) @@ -10,7 +10,5 @@ include/linux/dvb/net.h include/linux/dvb/osd.h include/linux/dvb/version.h include/linux/dvb/video.h -%%DOCSDIR%%/COPYING -@dirrm %%DOCSDIR%% -@dirrmtry include/linux/dvb -@dirrmtry include/linux +@dirrm include/linux/dvb +@dirrm include/linux