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/librest07 | |
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/librest07')
-rw-r--r-- | www/librest07/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile index f4629d4b156..bade76cb250 100644 --- a/www/librest07/Makefile +++ b/www/librest07/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2019/04/03 00:33:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2019/11/04 22:09:56 rillig Exp $ DISTNAME= rest-0.7.93 PKGNAME= ${DISTNAME:S/rest/librest07/} @@ -12,11 +12,11 @@ HOMEPAGE= https://wiki.gnome.org/Projects/Librest COMMENT= Library for "RESTful" web services LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake # see pkgsrc/security/mozilla-rootcerts -CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt +CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt PKGCONFIG_OVERRIDE+= rest.pc.in rest-extras.pc.in |