diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2020-02-01 20:36:08 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2020-02-01 20:36:08 +0000 |
commit | f37084238c1a52d9296ea95cde579221cdb2e4f9 (patch) | |
tree | 6e562491e6495156bddf188afff8ff8b364e14bd /net/exabgp4 | |
parent | ac7059260ddf690ae0be9ce92221bf982d467bbc (diff) |
- Fix LICENSE_FILE path
Notes
Notes:
svn path=/head/; revision=524788
Diffstat (limited to 'net/exabgp4')
-rw-r--r-- | net/exabgp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/exabgp4/Makefile b/net/exabgp4/Makefile index bee74c64e02d..d8fbf77ca892 100644 --- a/net/exabgp4/Makefile +++ b/net/exabgp4/Makefile @@ -13,7 +13,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= BGP engine and route injector LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PY_IPADDRESS} |