diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
commit | 883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch) | |
tree | 66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/ocaml-cohttp | |
parent | d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff) | |
download | pkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz |
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/ocaml-cohttp')
-rw-r--r-- | www/ocaml-cohttp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ocaml-cohttp/Makefile b/www/ocaml-cohttp/Makefile index 897d43fb129..2b6550eccf6 100644 --- a/www/ocaml-cohttp/Makefile +++ b/www/ocaml-cohttp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/07/01 15:48:53 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/04 22:09:58 rillig Exp $ GITHUB_PROJECT= ocaml-cohttp GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,7 +13,7 @@ LICENSE= isc USE_LANGUAGES= # none -OCAML_USE_DUNE= yes +OCAML_USE_DUNE= yes DUNE_BUILD_PACKAGES= cohttp cohttp-top OPAM_INSTALL_FILES= cohttp cohttp-top |