diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-31 20:51:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-31 20:51:58 +0000 |
commit | 9b7a865490888604a025aca488416fa6b3e9c975 (patch) | |
tree | af638a7923c0112199409142eecf04928f345c08 | |
parent | fac48329edda2f4b9339e03247c672fca06f0796 (diff) | |
download | ports-9b7a865490888604a025aca488416fa6b3e9c975.tar.gz ports-9b7a865490888604a025aca488416fa6b3e9c975.zip |
audio/lv2: oops, sort LICENSE field
Notes
Notes:
svn path=/head/; revision=425025
-rw-r--r-- | audio/lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile index 71bec60ea88e..efb4ec955e85 100644 --- a/audio/lv2/Makefile +++ b/audio/lv2/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://lv2plug.in/spec/ MAINTAINER= beerml@sigma6audio.de COMMENT= Open standard for audio plugins (successor to LADSPA) -LICENSE= MIT ISCL +LICENSE= ISCL MIT LICENSE_COMB= multi # Only lv2specgen.py is under MIT LICENSE_FILE_ISCL= ${WRKSRC}/COPYING |