diff options
author | 0mp <0mp@FreeBSD.org> | 2018-09-28 15:53:40 +0800 |
---|---|---|
committer | 0mp <0mp@FreeBSD.org> | 2018-09-28 15:53:40 +0800 |
commit | bbf09bc2c1f6c0d2a817efcec92b7cc2e5fe272f (patch) | |
tree | d55ca704844ef8a80c5ed91287d0c71eece673c5 | |
parent | c359bba37fec5d28edd97f8db2bacdb911bd6a3c (diff) | |
download | freebsd-ports-gnome-bbf09bc2c1f6c0d2a817efcec92b7cc2e5fe272f.tar.gz freebsd-ports-gnome-bbf09bc2c1f6c0d2a817efcec92b7cc2e5fe272f.tar.zst freebsd-ports-gnome-bbf09bc2c1f6c0d2a817efcec92b7cc2e5fe272f.zip |
sysutils/potnet: Add LICENSE_FILE.
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D17343
-rw-r--r-- | sysutils/potnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index a1d7b017a4f1..22c99a1ffc25 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -8,6 +8,7 @@ MAINTAINER= pizzamig@FreeBSD.org COMMENT= Utility to help sysutils/pot to manage the internal network LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo |