diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-05 23:26:27 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-05 23:26:27 +0000 |
commit | 6a2e11ade9e10b47ae2767633bb952fd30c5e6f0 (patch) | |
tree | c39666c7922fde0e02a57069b7437e56eba596a2 /www | |
parent | 76e8a6c2777f96936d00478e8075bdbaad6be49f (diff) | |
download | pkgsrc-6a2e11ade9e10b47ae2767633bb952fd30c5e6f0.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" |