diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-06 22:37:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-06 22:37:25 +0800 |
commit | 24b80538302c5a5bf1c1fa36475a03b3958a76fb (patch) | |
tree | 44beda4e9f799b41215e13635b96c2029aa4ebe4 /lang | |
parent | c4094eba7a2319104244e0d2c30085958153baad (diff) | |
download | freebsd-ports-gnome-24b80538302c5a5bf1c1fa36475a03b3958a76fb.tar.gz freebsd-ports-gnome-24b80538302c5a5bf1c1fa36475a03b3958a76fb.tar.zst freebsd-ports-gnome-24b80538302c5a5bf1c1fa36475a03b3958a76fb.zip |
Fix license perms to allow package distribution
Reported by: theraven
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index df18ae696d58..796d4bbf61b3 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -20,7 +20,7 @@ LICENSE= QPL10 LGPL20 LICENSE_COMB= multi LICENSE_NAME_QPL10= Q Public License, Version 1.0 LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE -LICENSE_PERMS_QPL10= auto-accept +LICENSE_PERMS_QPL10= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USES= gmake tar:bzip2 REINPLACE_ARGS= -i "" |