diff options
author | richard <richard@pkgsrc.org> | 2013-07-17 17:18:12 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-07-17 17:18:12 +0000 |
commit | adf941d1ac7362aeedaf43c2cf8da0e45837047d (patch) | |
tree | 5529e3835ab4bd650d542de072585f4a6620f6cb /devel | |
parent | 082192b2030de893b852b373f8b153a2b6882e01 (diff) | |
download | pkgsrc-adf941d1ac7362aeedaf43c2cf8da0e45837047d.tar.gz |
fixup protections on eggs in py-setuptools again
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index ef217dc4b86..d70d5feaa2b 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/07/14 17:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/07/17 17:18:12 richard Exp $ EGG_VERSION= 0.9 DISTNAME= setuptools-${EGG_VERSION} @@ -40,6 +40,9 @@ post-extract: ${RM} ${WRKSRC}/setuptools.egg-info/EGG-INFO/PKG-INFO ${RMDIR} ${WRKSRC}/setuptools.egg-info/EGG-INFO +post-install: + ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/* + .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |