diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
commit | c8b9433fc56b2ed8056c17645616a024d3cc565d (patch) | |
tree | 90cd9aa133a286d9e1918efac3a7385376b9c843 /net/p5-Net-Flow | |
parent | 95dc7c087f1bc310a85a14264d2523bf559ad5bb (diff) |
Fix some misspelled or duplicated LICENSE_*
Notes
Notes:
svn path=/head/; revision=512232
Diffstat (limited to 'net/p5-Net-Flow')
-rw-r--r-- | net/p5-Net-Flow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Flow/Makefile b/net/p5-Net-Flow/Makefile index 19ba0d86995a..470769945441 100644 --- a/net/p5-Net-Flow/Makefile +++ b/net/p5-Net-Flow/Makefile @@ -13,7 +13,7 @@ COMMENT= Decode and encode NetFlow/IPFIX datagrams LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/LICENSE -LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure |