diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 14:22:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-08 14:22:53 +0800 |
commit | 88ef20ca13247862338f670ff915fddf9e16cbc7 (patch) | |
tree | e4a08a9d53badf386f875e6d2fa8349f7f25c1cb | |
parent | 19210e035dbbd061c664e1ef31dfc1cb93aad4af (diff) | |
download | freebsd-ports-gnome-88ef20ca13247862338f670ff915fddf9e16cbc7.tar.gz freebsd-ports-gnome-88ef20ca13247862338f670ff915fddf9e16cbc7.tar.zst freebsd-ports-gnome-88ef20ca13247862338f670ff915fddf9e16cbc7.zip |
Fix LICENSE_FILE
Approved by: portmgr (blanket)
-rw-r--r-- | devel/dulwich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index 56ba165ec616..bb247fde0f04 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -12,7 +12,7 @@ COMMENT= Python implementation of the Git file formats and protocols LICENSE= APACHE20 GPLv2+ LICENSE_COMB= dual -LICENSE_FILE= COPYING relicensing-apachev2.txt +LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \ file-format.txt index.txt introduction.txt object-store.txt \ |