aboutsummaryrefslogtreecommitdiff
path: root/net/py-pcs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-20 19:22:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-20 19:22:12 +0000
commit97809c374c95ea9286d084cc289b12b2616e39c0 (patch)
treefab6b5c237d634a0a53423385d450052e423c525 /net/py-pcs
parent2f6cd795f2dd9ef2fdb5c52c70a590927c7ec9f1 (diff)
downloadports-97809c374c95ea9286d084cc289b12b2616e39c0.tar.gz
ports-97809c374c95ea9286d084cc289b12b2616e39c0.zip
Notes
Diffstat (limited to 'net/py-pcs')
-rw-r--r--net/py-pcs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile
index 4de89b398f9d..4b6c3bf4c76e 100644
--- a/net/py-pcs/Makefile
+++ b/net/py-pcs/Makefile
@@ -22,17 +22,12 @@ USE_PYTHON= distutils pythonprefix
OPTIONS_DEFINE= DOCS EXAMPLES
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs/Web && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/scripts && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>