diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:50:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:50:15 +0000 |
commit | d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (patch) | |
tree | f5c277fa86e76ff8a7479959cf37006887f5e5a2 /wm/ccsm | |
parent | 677e9a4c14a2682ef0e190aee0c4c5110d8ebc23 (diff) | |
download | pkgsrc-d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb.tar.gz |
wm: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'wm/ccsm')
-rw-r--r-- | wm/ccsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/ccsm/Makefile b/wm/ccsm/Makefile index 4ca737a1a6c..ed9070b573e 100644 --- a/wm/ccsm/Makefile +++ b/wm/ccsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:58 adam Exp $ +# $NetBSD: Makefile,v 1.26 2019/11/04 21:50:15 rillig Exp $ PKGVER= 0.8.4 DISTNAME= ccsm-${PKGVER} @@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config gmake msgfmt intltool PY_PATCHPLIST= yes PYDISTUTILSPKG= yes REPLACE_PYTHON= ${WRKSRC}/setup.py ${WRKSRC}/ccm/*.py -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 MAKE_ENV+= PYTHONBIN=${PYTHONBIN:Q} |