aboutsummaryrefslogtreecommitdiff
path: root/security/py-pylibacl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-10 09:30:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-10 09:30:44 +0000
commit92d2a10612b4dce5e71004ce21e563d6e181c4fd (patch)
tree1a7586f7343d0e61783be1ce29ecb5d81f771a6e /security/py-pylibacl
parent346a11d7c4ce3e9db991660417df09350c5d0ced (diff)
downloadports-92d2a10612b4dce5e71004ce21e563d6e181c4fd.tar.gz
ports-92d2a10612b4dce5e71004ce21e563d6e181c4fd.zip
- Fix LICENSE
- Add LICENSE_FILE - Don't install license with docs - Switch to options helpers - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=492592
Diffstat (limited to 'security/py-pylibacl')
-rw-r--r--security/py-pylibacl/Makefile14
-rw-r--r--security/py-pylibacl/pkg-descr2
2 files changed, 8 insertions, 8 deletions
diff --git a/security/py-pylibacl/Makefile b/security/py-pylibacl/Makefile
index 64ae46ee8015..ed8befa93e5a 100644
--- a/security/py-pylibacl/Makefile
+++ b/security/py-pylibacl/Makefile
@@ -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
+
+OPTIONS_DEFINE= DOCS
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
diff --git a/security/py-pylibacl/pkg-descr b/security/py-pylibacl/pkg-descr
index 7c4304866c00..d901a61e92ea 100644
--- a/security/py-pylibacl/pkg-descr
+++ b/security/py-pylibacl/pkg-descr
@@ -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/