diff options
Diffstat (limited to 'sysutils/py-diffoscope/Makefile')
-rw-r--r-- | sysutils/py-diffoscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 7224f8b6fb7..45270cd8938 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/06 17:53:53 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:15 maya Exp $ DISTNAME= diffoscope-110 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -29,7 +29,7 @@ SUBST_FILES.gtar+= tests/comparators/test_utils.py SUBST_MESSAGE.gtar= Fix path to gtar. SUBST_STAGE.gtar= post-configure -PYTHON_VERSIONS_INCOMPATIBLE= 27 34 +PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ |