svn commit: r405421 - head/net-p2p/py-transmissionrpc
Martin Wilke
miwi at FreeBSD.org
Thu Jan 7 11:14:28 UTC 2016
Author: miwi
Date: Thu Jan 7 11:14:27 2016
New Revision: 405421
URL: https://svnweb.freebsd.org/changeset/ports/405421
Log:
- Add options helper
- Add NO_ARCH
Modified:
head/net-p2p/py-transmissionrpc/Makefile
Modified: head/net-p2p/py-transmissionrpc/Makefile
==============================================================================
--- head/net-p2p/py-transmissionrpc/Makefile Thu Jan 7 11:13:55 2016 (r405420)
+++ head/net-p2p/py-transmissionrpc/Makefile Thu Jan 7 11:14:27 2016 (r405421)
@@ -18,10 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>
USES= python
USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
PORTDOCS= *
-post-install:
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list