summaryrefslogtreecommitdiff
path: root/www/ocaml-curl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
commit883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch)
tree66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/ocaml-curl
parentd889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff)
downloadpkgsrc-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-curl')
-rw-r--r--www/ocaml-curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ocaml-curl/Makefile b/www/ocaml-curl/Makefile
index cee16fdfe6d..725c8005741 100644
--- a/www/ocaml-curl/Makefile
+++ b/www/ocaml-curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/08/22 12:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/04 22:09:58 rillig Exp $
#
DISTNAME= ocurl-0.5.3
@@ -13,7 +13,7 @@ HOMEPAGE= https://sourceforge.net/projects/ocurl/
COMMENT= OCaml bindings to the CURL library
LICENSE= mit
-MAKE_JOBS_SAFE= no
+MAKE_JOBS_SAFE= no
USE_TOOLS= gmake
GNU_CONFIGURE= yes