mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Fix LICENSE
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
928ff8c08b
commit
a367a8c871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446129
@ -8,16 +8,20 @@ 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 <bsd.port.mk>
|
||||
|
@ -8,4 +8,4 @@ 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/
|
||||
|
Loading…
Reference in New Issue
Block a user