Index: head/security/py-pylibacl/Makefile =================================================================== --- head/security/py-pylibacl/Makefile (revision 492591) +++ head/security/py-pylibacl/Makefile (revision 492592) @@ -1,27 +1,27 @@ # Created by: joris # $FreeBSD$ PORTNAME= pylibacl PORTVERSION= 0.5.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joris.dedieu@gmail.com COMMENT= Manipulate ACL with Python -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS - 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 Index: head/security/py-pylibacl/pkg-descr =================================================================== --- head/security/py-pylibacl/pkg-descr (revision 492591) +++ head/security/py-pylibacl/pkg-descr (revision 492592) @@ -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/