summaryrefslogtreecommitdiff
path: root/www/librest
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/librest
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/librest')
-rw-r--r--www/librest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/librest/Makefile b/www/librest/Makefile
index 8b430628b1d..ab77ff89de8 100644
--- a/www/librest/Makefile
+++ b/www/librest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/04/03 00:33:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/04 22:09:56 rillig Exp $
DISTNAME= librest-0.6
PKGREVISION= 28
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE}-${DISTNAME}
PKGCONFIG_OVERRIDE+= rest.pc.in gtk-doc.pc.in
pre-configure:
- (cd ${WRKSRC}; ./autogen.sh)
+ (cd ${WRKSRC}; ./autogen.sh)
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"