Index: head/multimedia/dtv-scan-tables/Makefile =================================================================== --- head/multimedia/dtv-scan-tables/Makefile (revision 446128) +++ head/multimedia/dtv-scan-tables/Makefile (revision 446129) @@ -1,23 +1,27 @@ # Created by: Dreamcat4 # $FreeBSD$ PORTNAME= dtv-scan-tables PORTVERSION= 20140612 CATEGORIES= multimedia MAINTAINER= dreamcat4@gmail.com COMMENT= Digital TV scan tables from linuxtv.org -LICENSE= GPLv2 +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL USE_GITHUB= yes GH_ACCOUNT= oliv3r GH_TAGNAME= 14bd6c7 NO_BUILD= yes +NO_ARCH= yes do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "-not -name COPYING\*") .include Index: head/multimedia/dtv-scan-tables/pkg-descr =================================================================== --- head/multimedia/dtv-scan-tables/pkg-descr (revision 446128) +++ head/multimedia/dtv-scan-tables/pkg-descr (revision 446129) @@ -1,11 +1,11 @@ Digital TV initial scanning tables are used to speed up scanning for DTV frequencies. Most dvb applications rely on them. This supplies initial data for certain regions so that the dvb applications in question only scan those known frequencies, saving a lot of time scanning. These tables however need to be kept up to date by users. This repository is maintained by Olliver Schinagl (https://github.com/oliv3r) on behalf of the LinuxTV.org project. -WWW: http://linuxtv.org +WWW: https://linuxtv.org/