diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/paper-icon-theme | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/paper-icon-theme')
-rw-r--r-- | graphics/paper-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/paper-icon-theme/Makefile b/graphics/paper-icon-theme/Makefile index af8dcd6f35c..a3d2c143f93 100644 --- a/graphics/paper-icon-theme/Makefile +++ b/graphics/paper-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/07/21 22:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2019/11/02 22:38:01 rillig Exp $ DISTNAME= paper-icon-theme-1.3.2 PKGREVISION= 10 @@ -22,7 +22,7 @@ SUBST_FILES.configure= configure.ac SUBST_SED.configure= -e 's,/usr/local,${PREFIX},' pre-configure: - cd ${WRKSRC} && ./autogen.sh + cd ${WRKSRC} && ./autogen.sh .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |