diff options
author | tobik <tobik@FreeBSD.org> | 2017-07-05 22:58:11 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-07-05 22:58:11 +0800 |
commit | 26f51223d6c819a8e7b2b860272f9b2494cd0a8a (patch) | |
tree | c54d9359d5d7e6c16e760d4366dbcdf54445c7fa /dns | |
parent | e78b194c4c0c21f8a515c90fc7409c788c61b3e4 (diff) | |
download | freebsd-ports-gnome-26f51223d6c819a8e7b2b860272f9b2494cd0a8a.tar.gz freebsd-ports-gnome-26f51223d6c819a8e7b2b860272f9b2494cd0a8a.tar.zst freebsd-ports-gnome-26f51223d6c819a8e7b2b860272f9b2494cd0a8a.zip |
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdist/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index e18ee622d20b..44f05ee40906 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -13,9 +13,7 @@ COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer LICENSE= GPLv2 UNLICENSE LICENSE_COMB= multi -LICENSE_NAME_UNLICENSE= The Unlicense LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE -LICENSE_PERMS_UNLICENSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ |