aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-pyaixi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-pyaixi/Makefile')
-rw-r--r--science/py-pyaixi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/py-pyaixi/Makefile b/science/py-pyaixi/Makefile
index 4f9765dc0add..8501b9583c73 100644
--- a/science/py-pyaixi/Makefile
+++ b/science/py-pyaixi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyaixi
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.4
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,10 +28,11 @@ OPTIONS_DEFINE= DOCS EXAMPLES
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-post-install:
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \
${STAGEDIR}${DOCSDIR}
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/conf/|} \
${STAGEDIR}${EXAMPLESDIR}