diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-12 03:46:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-12 03:46:40 +0800 |
commit | b1b0995251f448038a25b9029d65bedd310e8202 (patch) | |
tree | a4c48184c0a49799ef4b18f0fd9632cc187777e1 /textproc | |
parent | db3e650e10b43bb4643a56f3faff3cbbeaf5e6aa (diff) | |
download | freebsd-ports-gnome-b1b0995251f448038a25b9029d65bedd310e8202.tar.gz freebsd-ports-gnome-b1b0995251f448038a25b9029d65bedd310e8202.tar.zst freebsd-ports-gnome-b1b0995251f448038a25b9029d65bedd310e8202.zip |
Expand _LICENSE_PERMS_DEFAULT
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile index 9154afaf15e7..f23776411496 100644 --- a/textproc/py-trans/Makefile +++ b/textproc/py-trans/Makefile @@ -16,7 +16,7 @@ LICENSE_TEXT= License of this software is declared as 'BSD' in CHANGELOG. \ But it is not clear which versions of the BSD license (2, \ 3 or 4 clause) it is. No further file (except CHANGELOG) in \ the source archive contains license information. -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils |