pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-python-language-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  5 13:42:47 UTC 2021

Modified Files:
        pkgsrc/lang/py-python-language-server: Makefile

Log Message:
py-python-language-server: cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-python-language-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-python-language-server/Makefile
diff -u pkgsrc/lang/py-python-language-server/Makefile:1.3 pkgsrc/lang/py-python-language-server/Makefile:1.4
--- pkgsrc/lang/py-python-language-server/Makefile:1.3  Fri Nov  5 11:01:47 2021
+++ pkgsrc/lang/py-python-language-server/Makefile      Fri Nov  5 13:42:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/05 11:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/05 13:42:46 wiz Exp $
 
 DISTNAME=      python-language-server-0.36.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,8 @@ PYTHON_VERSIONED_DEPENDENCIES=        test:test
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint, py-parso via py-jedi
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} pyls pyls-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} pyls pyls-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index