Index: head/net-p2p/py-transmissionrpc/Makefile =================================================================== --- head/net-p2p/py-transmissionrpc/Makefile (revision 405420) +++ head/net-p2p/py-transmissionrpc/Makefile (revision 405421) @@ -1,28 +1,31 @@ # Created by: Vladimir Korkodinov # $FreeBSD$ PORTNAME= transmissionrpc PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Python module that communicates with Transmission through JSON-RPC LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-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} .include