diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-22 07:20:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-22 07:20:30 +0000 |
commit | 783540d9ac879d0687cea549c6b7785c6f5299b9 (patch) | |
tree | b6055f20690cc8bff54870694ba8a060d5b87ec1 /lang/ocaml | |
parent | 95f76981d8d66ba44f24c99e34b09cad08635f58 (diff) |
Canonicalize a few LICENSE_PERMS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=365614
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 173aa920d2e6..91ed56e03d50 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 dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= gmake tar:bzip2 REINPLACE_ARGS= -i "" |