diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
commit | e5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch) | |
tree | b7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/py-qt4/Makefile | |
parent | a8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff) | |
download | pkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz |
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'x11/py-qt4/Makefile')
-rw-r--r-- | x11/py-qt4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 566154d0f99..3236443eb14 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2018/03/12 11:17:55 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2019/11/03 09:14:15 rillig Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} PKGREVISION= 1 @@ -79,10 +79,10 @@ do-configure: ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) .if !empty(PYVERSSUFFIX:M2*) -UIC_PORT_REMOVE=port_v3 +UIC_PORT_REMOVE= port_v3 .endif .if !empty(PYVERSSUFFIX:M3*) -UIC_PORT_REMOVE=port_v2 +UIC_PORT_REMOVE= port_v2 .endif post-install: |