mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add LICENSE_FILE support for single license file containing multiple licenses
Differential Revision: https://reviews.freebsd.org/D11443 Submitted by: sunpoet (myself) Approved by: portmgr (mat)
This commit is contained in:
parent
904f8bc81a
commit
bca2523b05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451432
1 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,13 @@ _LICENSE_DISTFILES= ${LICENSE_DISTFILES}
|
|||
. endfor
|
||||
|
||||
.else
|
||||
|
||||
. if defined(LICENSE_FILE)
|
||||
. for lic in ${_LICENSE}
|
||||
LICENSE_FILE_${lic}?= ${LICENSE_FILE}
|
||||
. endfor
|
||||
. endif
|
||||
|
||||
. for lic in ${_LICENSE}
|
||||
# Defaults to empty
|
||||
_LICENSE_GROUPS_${lic}?=#
|
||||
|
|
Loading…
Add table
Reference in a new issue