diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 10:54:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 10:54:42 +0000 |
commit | 0dbf46a73df8e17fac7711091ce2d7318bab7689 (patch) | |
tree | c6af203eaf57193503e144f61eee60524b471123 /net/pythondirector | |
parent | 754df4ebfa77d8eec69b3d68ea3bb18e49c33527 (diff) | |
download | ports-0dbf46a73df8e17fac7711091ce2d7318bab7689.tar.gz ports-0dbf46a73df8e17fac7711091ce2d7318bab7689.zip |
Notes
Diffstat (limited to 'net/pythondirector')
-rw-r--r-- | net/pythondirector/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile index 08cb813d1340..2c305bb4e0f1 100644 --- a/net/pythondirector/Makefile +++ b/net/pythondirector/Makefile @@ -11,14 +11,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= TCP load balancer written in Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USE_PYTHON= distutils autoplist USES= python twisted:run +USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= * -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |