diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/bittornado-gui | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r-- | net/bittornado-gui/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index 0df1a9d5ae4..69d237fb1c0 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:48 adam Exp $ +# $NetBSD: Makefile,v 1.39 2019/11/03 11:45:30 rillig Exp $ .include "../../net/bittornado/Makefile.common" @@ -14,9 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets-[0-9]*:../../x11/py-wxWidgets NO_BUILD= yes -REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py -REPLACE_PYTHON+= btmaketorrentgui.py -PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets +REPLACE_PYTHON= btcompletedirgui.py btdownloadgui.py +REPLACE_PYTHON+= btmaketorrentgui.py +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets INSTALLATION_DIRS= bin |