Date: Fri, 1 Jan 2016 08:07:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404978 - head/mail/py-authres Message-ID: <201601010807.u0187JtP052729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jan 1 08:07:19 2016 New Revision: 404978 URL: https://svnweb.freebsd.org/changeset/ports/404978 Log: - Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.* - Allow concurrent installation (USE_PYTHON=concurrent) - While I'm here, convert to new options target helper PR: 205745 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Modified: head/mail/py-authres/Makefile Modified: head/mail/py-authres/Makefile ============================================================================== --- head/mail/py-authres/Makefile Fri Jan 1 06:36:22 2016 (r404977) +++ head/mail/py-authres/Makefile Fri Jan 1 08:07:19 2016 (r404978) @@ -13,7 +13,7 @@ COMMENT= Python module for RFC 5451 Auth LICENSE= APACHE20 USES= python -USE_PYTHON= distutils +USE_PYTHON= autoplist concurrent distutils PLIST_SUB+= PORTNAME=${PORTNAME} @@ -21,7 +21,7 @@ PORTDOCS= CHANGES README OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601010807.u0187JtP052729>