mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add NO_ARCH
- Switch to options helpers
This commit is contained in:
parent
adcfeb4058
commit
a9249b051a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414095
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue