1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix file permissions for py2stdlib module

PR:		ports/170290
Reported by:	Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
Marcus von Appen 2012-08-02 07:39:04 +00:00
parent 3857cd569e
commit 81902d0a6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301857

View File

@ -7,6 +7,7 @@
PORTNAME= astng
PORTVERSION= 0.24.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,4 +23,9 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= logilab-astng
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
post-patch:
@${CHMOD} a+r ${WRKSRC}/brain/py2stdlib.py
.include <bsd.port.post.mk>