aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-08-06 19:33:09 +0800
committermm <mm@FreeBSD.org>2012-08-06 19:33:09 +0800
commitea1d7c61c3ad6354b517d03ec3115c54ce018e3c (patch)
tree45f394c16741b95c6aa4237583835c09de54de6d /multimedia/ffmpeg
parent3c766a9cd4a8f91619ab92b9643cddd0289ceece (diff)
downloadfreebsd-ports-gnome-ea1d7c61c3ad6354b517d03ec3115c54ce018e3c.tar.gz
freebsd-ports-gnome-ea1d7c61c3ad6354b517d03ec3115c54ce018e3c.tar.zst
freebsd-ports-gnome-ea1d7c61c3ad6354b517d03ec3115c54ce018e3c.zip
Fix order if LICENSE_COMB and LICENSE in ffmpeg ports
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 4dac2994dc16..c9ad74d84763 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://ffmpeg.org/releases/
MAINTAINER= mm@FreeBSD.org
COMMENT= Realtime audio/video encoder/converter and streaming server
-LICENSE_COMB= multi
LICENSE= GPLv2 LGPL21
+LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPLv2.1