aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/py-zsi/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index a5ca2966433c..7225852eb45d 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -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