Sat Jul 9 09:31:05 2016 UTC ()
Fixed pkglint warnings about variable alignment.


(rillig)
diff -r1.3 -r1.4 pkgsrc/x11/arandr/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/x11/arandr/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/arandr/Makefile 2016/01/04 15:01:51 1.3
+++ pkgsrc/x11/arandr/Makefile 2016/07/09 09:31:05 1.4
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.3 2016/01/04 15:01:51 hauke Exp $ 1# $NetBSD: Makefile,v 1.4 2016/07/09 09:31:05 rillig Exp $
2 2
3DISTNAME= arandr-0.1.8 3DISTNAME= arandr-0.1.8
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/ 5MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/
6 6
7MAINTAINER= rga@sdf.lonestar.org 7MAINTAINER= rga@sdf.lonestar.org
8HOMEPAGE= http://christian.amsuess.com/tools/arandr/ 8HOMEPAGE= http://christian.amsuess.com/tools/arandr/
9COMMENT= Designed to provide a simple visual front end for XRandR 9COMMENT= Designed to provide a simple visual front end for XRandR
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils 12DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
13 13
14.include "../../mk/bsd.prefs.mk" 14.include "../../mk/bsd.prefs.mk"
15 15
16.if ${X11_TYPE} != "native" 16.if ${X11_TYPE} != "native"
17DEPENDS+= xrandr>=1.2:../../x11/xrandr 17DEPENDS+= xrandr>=1.2:../../x11/xrandr
18.endif 18.endif
19 19
20PY_PATCHPLIST = YES 20PY_PATCHPLIST= YES
21PYSETUP = setup.py 21PYSETUP= setup.py
22PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-docutils 22PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-docutils
23 23
24# Adjust setup.py 24# Adjust setup.py
25SUBST_CLASSES+= setup 25SUBST_CLASSES+= setup
26SUBST_STAGE.setup= pre-configure 26SUBST_STAGE.setup= pre-configure
27SUBST_MESSAGE.setup= Fixing ${PYSETUP} 27SUBST_MESSAGE.setup= Fixing ${PYSETUP}
28SUBST_FILES.setup= ${PYSETUP} 28SUBST_FILES.setup= ${PYSETUP}
29SUBST_SED.setup+= -e 's,share/man/,${PKGMANDIR}/,g' 29SUBST_SED.setup+= -e 's,share/man/,${PKGMANDIR}/,g'
30 30
31.include "../../x11/py-gtk2/buildlink3.mk" 31.include "../../x11/py-gtk2/buildlink3.mk"
32.include "../../lang/python/distutils.mk" 32.include "../../lang/python/distutils.mk"
33.include "../../sysutils/desktop-file-utils/desktopdb.mk" 33.include "../../sysutils/desktop-file-utils/desktopdb.mk"
34.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"