diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-10 17:30:44 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-10 17:30:44 +0800 |
commit | 92d2a10612b4dce5e71004ce21e563d6e181c4fd (patch) | |
tree | 1a7586f7343d0e61783be1ce29ecb5d81f771a6e | |
parent | 346a11d7c4ce3e9db991660417df09350c5d0ced (diff) | |
download | freebsd-ports-gnome-92d2a10612b4dce5e71004ce21e563d6e181c4fd.tar.gz freebsd-ports-gnome-92d2a10612b4dce5e71004ce21e563d6e181c4fd.tar.zst freebsd-ports-gnome-92d2a10612b4dce5e71004ce21e563d6e181c4fd.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Don't install license with docs
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | security/py-pylibacl/Makefile | 14 | ||||
-rw-r--r-- | security/py-pylibacl/pkg-descr | 2 |
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/ |