mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/sendme: Correct LICENSE_FILE definitions
This commit is contained in:
parent
c64b090a21
commit
0aaaecafbd
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ WWW= https://www.iroh.computer/sendme
|
|||
|
||||
LICENSE= APACHE20 MIT
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_APACHE20= LICENSE-APACHE
|
||||
LICENSE_FILE_MIT= LICENSE-MIT
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
USES= cargo
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue