pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools fixup protections on eggs in py-se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbcb0fea2925
branches:  trunk
changeset: 621785:fbcb0fea2925
user:      richard <richard%pkgsrc.org@localhost>
date:      Wed Jul 17 17:18:12 2013 +0000

description:
fixup protections on eggs in py-setuptools again

diffstat:

 devel/py-setuptools/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c0dd4fd2c31e -r fbcb0fea2925 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Jul 17 15:53:30 2013 +0000
+++ b/devel/py-setuptools/Makefile      Wed Jul 17 17:18:12 2013 +0000
@@ -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 @@
        ${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"



Home | Main Index | Thread Index | Old Index