diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-06 14:37:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-06 14:37:25 +0000 |
commit | c4201de7e64794fbd682cf9368368cd4e461f44c (patch) | |
tree | 44beda4e9f799b41215e13635b96c2029aa4ebe4 /lang/ocaml | |
parent | cf0a779a73e2250029053c44d86efcc24d6232b7 (diff) |
Fix license perms to allow package distribution
Reported by: theraven
Notes
Notes:
svn path=/head/; revision=356791
Diffstat (limited to 'lang/ocaml')
-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 "" |