summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-26 14:12:31 +0000
committermaya <maya@pkgsrc.org>2019-04-26 14:12:31 +0000
commit2572a6bbce773d1b21b3d23dc4b09816ca6da9fe (patch)
tree2603bc22b68e17003163e8966109e724288b8eb0 /wm
parent537e1607288b9c9711923e39f591c1cee33918a2 (diff)
downloadpkgsrc-2572a6bbce773d1b21b3d23dc4b09816ca6da9fe.tar.gz
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
Diffstat (limited to 'wm')
-rw-r--r--wm/bmpanel2/Makefile4
-rw-r--r--wm/py-tyle/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile
index 109df4a3489..a8e93477c94 100644
--- a/wm/bmpanel2/Makefile
+++ b/wm/bmpanel2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/04/26 13:14:19 maya Exp $
+# $NetBSD: Makefile,v 1.37 2019/04/26 14:12:47 maya Exp $
DISTNAME= bmpanel2-2.1pre1
PKGREVISION= 24
@@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip
PY_PATCHPLIST= yes
REPLACE_PYTHON= extra/py/bmpanel2.py
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1pre1
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1pre1
SUBST_CLASSES+= prefix
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile
index 6c27381d1f2..9731d995cb2 100644
--- a/wm/py-tyle/Makefile
+++ b/wm/py-tyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:19 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:48 maya Exp $
DISTNAME= pytyle-0.7.5
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes
USE_LANGUAGES= #none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7.5
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7.5
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"