mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix LICENSE
- Add LICENSE_FILE - Don't install license with docs - Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
346a11d7c4
commit
92d2a10612
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492592
@ -10,18 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= joris.dedieu@gmail.com
|
||||
COMMENT= Manipulate ACL with Python
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
PORTDOCS= COPYING NEWS README
|
||||
PORTDOCS= NEWS README
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
|
||||
|
||||
WWW: http://pylibacl.k1024.org/
|
||||
WWW: https://pylibacl.k1024.org/
|
||||
|
Loading…
Reference in New Issue
Block a user