diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-05 20:07:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-05 20:07:10 +0000 |
commit | 43bf547eddd3cbde9cce40d8543fe310d705c04e (patch) | |
tree | 92d64b7d704ad15a834aff703859f6f1d10c48a8 /textproc/py-cssutils | |
parent | 70459dd1771694e5b7f31951bc0be3af5c9b9354 (diff) | |
download | pkgsrc-43bf547eddd3cbde9cce40d8543fe310d705c04e.tar.gz |
*: set USE_PKG_RESOURCES for some more packages
Diffstat (limited to 'textproc/py-cssutils')
-rw-r--r-- | textproc/py-cssutils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-cssutils/Makefile b/textproc/py-cssutils/Makefile index bfd36598187..1dc20bfad10 100644 --- a/textproc/py-cssutils/Makefile +++ b/textproc/py-cssutils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:53 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/01/05 20:07:11 wiz Exp $ DISTNAME= cssutils-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssutils/} @@ -15,6 +15,8 @@ USE_LANGUAGES= # none REPLACE_PYTHON+= src/cssutils/*.py src/cssutils/scripts/*.py +USE_PKG_RESOURCES= yes + # all files are group/others writable. post-extract: chmod -R go-w ${WRKSRC} |