diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
commit | 9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch) | |
tree | ea0565acc58fb990fc3eb929809360b2ab62f357 /devel/locktests | |
parent | 087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff) | |
download | pkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz |
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'devel/locktests')
-rw-r--r-- | devel/locktests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/locktests/Makefile b/devel/locktests/Makefile index 9f86250476a..6e1ab35f9d9 100644 --- a/devel/locktests/Makefile +++ b/devel/locktests/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/08/16 20:45:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:19 rillig Exp $ # DISTNAME= locktests @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= POSIX locks stress-test LICENSE= gnu-gpl-v3 # According to web site -WRKSRC= ${WRKDIR}/locks +WRKSRC= ${WRKDIR}/locks BUILD_TARGET= All do-install: |