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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/ripgrep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 7d011a2ae3e0..f0f958d004ff 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -11,11 +11,9 @@ MAINTAINER= petteri.valkonen@iki.fi COMMENT= Command line search tool LICENSE= MIT UNLICENSE -LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_COMB= dual -LICENSE_NAME_UNLICENSE= The Unlicense +LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE -LICENSE_PERMS_UNLICENSE=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cargo USE_GITHUB= yes |