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/tuxpaint-stamps | |
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/tuxpaint-stamps')
-rw-r--r-- | graphics/tuxpaint-stamps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tuxpaint-stamps/Makefile b/graphics/tuxpaint-stamps/Makefile index ebc9f4485f1..9e0f88d7ad4 100644 --- a/graphics/tuxpaint-stamps/Makefile +++ b/graphics/tuxpaint-stamps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2018/09/02 13:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/11/02 22:38:05 rillig Exp $ DISTNAME= tuxpaint-stamps-2018.09.01 CATEGORIES= graphics @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= tuxpaint>=0.9.13:../../graphics/tuxpaint CONFLICTS+= tuxpaint<0.9.13 -INSTALL_TARGET= install-all +INSTALL_TARGET= install-all INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} post-install: |