aboutsummaryrefslogtreecommitdiff
path: root/net/pythondirector
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 10:54:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 10:54:42 +0000
commit0dbf46a73df8e17fac7711091ce2d7318bab7689 (patch)
treec6af203eaf57193503e144f61eee60524b471123 /net/pythondirector
parent754df4ebfa77d8eec69b3d68ea3bb18e49c33527 (diff)
downloadports-0dbf46a73df8e17fac7711091ce2d7318bab7689.tar.gz
ports-0dbf46a73df8e17fac7711091ce2d7318bab7689.zip
Notes
Diffstat (limited to 'net/pythondirector')
-rw-r--r--net/pythondirector/Makefile10
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>