summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2020-02-01 20:36:08 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2020-02-01 20:36:08 +0000
commitf37084238c1a52d9296ea95cde579221cdb2e4f9 (patch)
tree6e562491e6495156bddf188afff8ff8b364e14bd /net
parent- fix build with gperf 3.1 (diff)
- Fix LICENSE_FILE path
Notes
Notes: svn path=/head/; revision=524788
Diffstat (limited to 'net')
-rw-r--r--net/exabgp4/Makefile2
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}