diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-11 00:30:11 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-11 00:30:11 +0000 |
commit | c9becfc3e7d773b22f49e21571d9085194abbce1 (patch) | |
tree | 81e1447f2b1bf8dccf041f23baccceacf5128da5 | |
parent | bsd.port.mk: add LEGAL_TEXT and LEGAL_PACKAGE variable (diff) |
Use LEGAL_TEXT to indicate that we have permission to distribute this port.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=336131
-rw-r--r-- | devel/raknet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 8dcdc1b491b1..db3afcbf3b4e 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -22,6 +22,7 @@ LICENSE_COMB= dual LICENSE_NAME_SpecialAuth= Special authorization from developer LICENSE_FILE_SpecialAuth= ${FILESDIR}/SpecialAuth.mbox LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LEGAL_TEXT= FreeBSD granted special license to distribute 3.x under GPLv3 USE_ZIP= yes NO_WRKSUBDIR= yes |