1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-01-01 08:07:19 +00:00
parent abf5cbb595
commit 3a88662d26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404978

View File

@ -13,7 +13,7 @@ COMMENT= Python module for RFC 5451 Authentication-Results headers
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}