diff options
author | rodent <rodent> | 2015-04-05 23:26:27 +0000 |
---|---|---|
committer | rodent <rodent> | 2015-04-05 23:26:27 +0000 |
commit | 04ca91838b50b65857cf45293f9113018c4b9bd2 (patch) | |
tree | c39666c7922fde0e02a57069b7437e56eba596a2 /www | |
parent | bea4e7c2bd1100a9728162e41b73614a5e672cb3 (diff) | |
download | pkgsrc-04ca91838b50b65857cf45293f9113018c4b9bd2.tar.gz |
Remove group and world writeable permissions on files in ${EGG_INFODIR} in
post-install. Shown from build failure on OmniOS.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask-testing/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-flask-testing/Makefile b/www/py-flask-testing/Makefile index 9fb1a59a7e6..312bd54da28 100644 --- a/www/py-flask-testing/Makefile +++ b/www/py-flask-testing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/04/05 23:26:27 rodent Exp $ DISTNAME= Flask-Testing-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,5 +14,8 @@ USE_LANGUAGES= # none .include "options.mk" +post-install: + ${CHMOD} go-w ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |