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/z-push | |
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/z-push')
-rw-r--r-- | www/z-push/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/z-push/Makefile b/www/z-push/Makefile index 413e79e57b2..b42b7b3a2b1 100644 --- a/www/z-push/Makefile +++ b/www/z-push/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/01/28 14:33:52 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/04 22:10:16 rillig Exp $ # DISTNAME= z-push-${ZPUSH_VERSION} @@ -66,11 +66,11 @@ SUBST_FILES.conf= ${WRKDIR}/z-push.conf SUBST_VARS.conf= ZPUSHDIR SUBST_MESSAGE.conf= Fixing Z-push directory path for apache configuration. -SUBST_CLASSES+= state-dir -SUBST_STAGE.state-dir= pre-configure -SUBST_FILES.state-dir= config.php -SUBST_VARS.state-dir= ZPUSHSTATEDIR -SUBST_MESSAGE.state-dir=Fixing Z-push state directory path. +SUBST_CLASSES+= state-dir +SUBST_STAGE.state-dir= pre-configure +SUBST_FILES.state-dir= config.php +SUBST_VARS.state-dir= ZPUSHSTATEDIR +SUBST_MESSAGE.state-dir= Fixing Z-push state directory path. post-extract: ${CP} ${FILESDIR}/z-push.conf ${WRKDIR}/z-push.conf @@ -87,9 +87,9 @@ do-install: cd ${WRKSRC} && pax -rwpam . ${DESTDIR}${ZPUSHDIR} -. for f in INSTALL LICENSE - ${MV} ${DESTDIR}${ZPUSHDIR}/${f} ${DESTDIR}${DOCDIR} -. endfor +.for f in INSTALL LICENSE + ${MV} ${DESTDIR}${ZPUSHDIR}/${f} ${DESTDIR}${DOCDIR} +.endfor ${LN} -sf ${ZPUSHDIR}/z-push-top.php \ ${DESTDIR}${PREFIX}/bin/z-push-top |