pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/arandr Fixed pkglint warnings about variable align...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3ad21526b38
branches:  trunk
changeset: 349497:b3ad21526b38
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 09 09:31:05 2016 +0000

description:
Fixed pkglint warnings about variable alignment.

diffstat:

 x11/arandr/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2c706aaa79f0 -r b3ad21526b38 x11/arandr/Makefile
--- a/x11/arandr/Makefile       Sat Jul 09 08:09:35 2016 +0000
+++ b/x11/arandr/Makefile       Sat Jul 09 09:31:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/01/04 15:01:51 hauke Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/09 09:31:05 rillig Exp $
 
 DISTNAME=      arandr-0.1.8
 CATEGORIES=    x11
@@ -17,8 +17,8 @@
 DEPENDS+=      xrandr>=1.2:../../x11/xrandr
 .endif
 
-PY_PATCHPLIST = YES
-PYSETUP = setup.py
+PY_PATCHPLIST=                 YES
+PYSETUP=                       setup.py
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # py-gtk2, py-docutils
 
 # Adjust setup.py



Home | Main Index | Thread Index | Old Index