1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add NO_ARCH

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-04-27 09:03:23 +00:00
parent adcfeb4058
commit a9249b051a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414095

View File

@ -14,17 +14,20 @@ COMMENT= Pure Python implementation of SOAP 1.1
USES= python:2
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= DOCS EXAMPLES
NO_ARCH= yes
PORTDOCS= *
PORTEXAMPLES= *
post-install:
OPTIONS_DEFINE= DOCS EXAMPLES
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in CHANGES README doc/zsi.* doc/*.png
${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
post-install-EXAMPLES-on:
.for dir in client server
@${MV} ${WRKSRC}/doc/examples/${dir} ${WRKSRC}
.endfor