Revert "multimedia/makemkv: fix typo in assignment"
As tobik points out, there was no typo:
- the license for ffmpeg is "LGPL21+" , not "LGPL21"
- the space is there to distinguish the assignment operator
from the append operator.
This reverts commit ccd9394dc5
.
This commit is contained in:
parent
bf40d3dbc9
commit
c7f483b68d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ LICENSE_PERMS_MAKEMKV= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
|
|||
LICENSE_PERMS_FDK= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
|
||||
auto-accept
|
||||
LICENSE_DISTFILES_FDK= fdk-aac-${FDKAACVERSION}.tar.gz
|
||||
LICENSE_DISTFILES_LGPL21+= ffmpeg-${FFMPEGVERSION}.tar.bz2
|
||||
LICENSE_DISTFILES_LGPL21+ = ffmpeg-${FFMPEGVERSION}.tar.bz2
|
||||
LICENSE_DISTFILES_OpenSSL= openssl-${OPENSSLFULLVER}.tar.gz
|
||||
LICENSE_DISTFILES_MAKEMKV= makemkv-bin-${PORTVERSION}.tar.gz \
|
||||
makemkv-oss-${PORTVERSION}.tar.gz
|
||||
|
|
Loading…
Reference in a new issue