pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Nov 15 15:48:34 UTC 2019

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile

Log Message:
Fix the stutter.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/py-zipp/Makefile

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

Modified files:

Index: pkgsrc/archivers/py-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.5 pkgsrc/archivers/py-zipp/Makefile:1.6
--- pkgsrc/archivers/py-zipp/Makefile:1.5       Fri Nov 15 14:22:15 2019
+++ pkgsrc/archivers/py-zipp/Makefile   Fri Nov 15 15:48:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/11/15 14:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/15 15:48:34 hauke Exp $
 
 DISTNAME=      zipp-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,6 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
 
-.include "../../lang/python/versioned_dependencies.mk.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index