diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-20 19:22:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-20 19:22:12 +0000 |
commit | 97809c374c95ea9286d084cc289b12b2616e39c0 (patch) | |
tree | fab6b5c237d634a0a53423385d450052e423c525 /net/py-pcs | |
parent | 2f6cd795f2dd9ef2fdb5c52c70a590927c7ec9f1 (diff) | |
download | ports-97809c374c95ea9286d084cc289b12b2616e39c0.tar.gz ports-97809c374c95ea9286d084cc289b12b2616e39c0.zip |
Notes
Diffstat (limited to 'net/py-pcs')
-rw-r--r-- | net/py-pcs/Makefile | 9 |
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> |