mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Allow staging as a regular user (the "permission safeness" is not
needed as dirs are already 0755 and files 0644) - USES=python
This commit is contained in:
parent
ac962ce20d
commit
c227d92543
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367668
@ -13,8 +13,8 @@ COMMENT= Powerful configuration language for Python
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
PORTDOCS= README.txt \
|
||||
TODO.txt
|
||||
@ -25,11 +25,7 @@ post-install:
|
||||
# docs
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
# permission safeness
|
||||
@${CHMOD} -R ${SHAREMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
|
||||
@${CHMOD} -R a+X ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user