fixup protections on eggs in py-setuptools again

This commit is contained in:
richard 2013-07-17 17:18:12 +00:00
parent 082192b203
commit adf941d1ac

View file

@ -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"