mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix permissions.
PR: ports/89043 Submitted by: lioux Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
9bbc301792
commit
b97f51cb3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149930
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= psyco
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= psyco
|
||||
|
@ -23,4 +24,9 @@ USE_PYDISTUTILS=yes
|
|||
|
||||
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
|
||||
|
||||
post-install:
|
||||
# permission safeness
|
||||
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
||||
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue