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/xdot/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/xdot/Makefile')
-rw-r--r-- | graphics/xdot/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile index b5ad69fa46f..9535222969c 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:17 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/11/02 22:38:06 rillig Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -14,12 +14,12 @@ LICENSE= gnu-lgpl-v3 DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 -WRKSRC= ${WRKDIR} -USE_LANGUAGES= # none -DIST_SUBDIR= ${PKGNAME_NOREV} -REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 -INSTALLATION_DIRS= bin +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none +DIST_SUBDIR= ${PKGNAME_NOREV} +REPLACE_PYTHON= xdot.py +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +INSTALLATION_DIRS= bin do-build: |