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/mypaint/Makefile | |
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/mypaint/Makefile')
-rw-r--r-- | graphics/mypaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index f94b139b7a7..75adcf48dcc 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/09/02 13:20:18 adam Exp $ +# $NetBSD: Makefile,v 1.42 2019/11/02 22:38:00 rillig Exp $ DISTNAME= mypaint-1.2.1 PKGREVISION= 4 @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 USE_PKGLOCALEDIR= yes |