diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-16 22:13:20 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-16 22:13:20 +0800 |
commit | 5287e4ffa483eff5569aaa5b10dfe82430acb207 (patch) | |
tree | aaefb58e9d03fa460bd70f5ef1ca05795e221a04 /multimedia/l-smash | |
parent | e9514e5b374db54fba6e309fb83b61de5977e82d (diff) | |
download | freebsd-ports-gnome-5287e4ffa483eff5569aaa5b10dfe82430acb207.tar.gz freebsd-ports-gnome-5287e4ffa483eff5569aaa5b10dfe82430acb207.tar.zst freebsd-ports-gnome-5287e4ffa483eff5569aaa5b10dfe82430acb207.zip |
multimedia/l-smash: correct license type
No MIT variant uses "and/or" spelling.
Reported by: Gentoo
See also: https://fedoraproject.org/wiki/Licensing:MIT
Diffstat (limited to 'multimedia/l-smash')
-rw-r--r-- | multimedia/l-smash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/l-smash/Makefile b/multimedia/l-smash/Makefile index 3a24dddb7416..bda0bc9841d2 100644 --- a/multimedia/l-smash/Makefile +++ b/multimedia/l-smash/Makefile @@ -8,7 +8,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= MP4 muxer and other tools -LICENSE= MIT +LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes |