diff options
author | feld <feld@FreeBSD.org> | 2014-12-10 00:33:16 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-10 00:33:16 +0800 |
commit | ab2310d27d9eeec1468ba49507a9f2b614828cb7 (patch) | |
tree | 0b1bc1ee3b61e49452fe0ac9ea06bd2d0dd08be2 /multimedia/libtuner | |
parent | 721585fb4761e1d299c99a8e280d20527bd3c6bb (diff) | |
download | freebsd-ports-gnome-ab2310d27d9eeec1468ba49507a9f2b614828cb7.tar.gz freebsd-ports-gnome-ab2310d27d9eeec1468ba49507a9f2b614828cb7.tar.zst freebsd-ports-gnome-ab2310d27d9eeec1468ba49507a9f2b614828cb7.zip |
Update "BSD" license in multimedia category
Diffstat (limited to 'multimedia/libtuner')
-rw-r--r-- | multimedia/libtuner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libtuner/Makefile b/multimedia/libtuner/Makefile index 3cddd64f44d4..5c00398d517c 100644 --- a/multimedia/libtuner/Makefile +++ b/multimedia/libtuner/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/ MAINTAINER= jason.harmening@gmail.com COMMENT= Userspace drivers for various TV/radio tuner ICs -LICENSE= BSD +LICENSE= BSD2CLAUSE MIT +LICENSE_COMB= multi MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX} USE_LDCONFIG= ${PREFIX}/lib/libtuner |