Date: Fri, 14 Feb 2014 11:11:36 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344191 - head/security/py-pow Message-ID: <201402141111.s1EBBaXM094566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Feb 14 11:11:36 2014 New Revision: 344191 URL: http://svnweb.freebsd.org/changeset/ports/344191 QAT: https://qat.redports.org/buildarchive/r344191/ Log: - STAGE-clean Modified: head/security/py-pow/Makefile Modified: head/security/py-pow/Makefile ============================================================================== --- head/security/py-pow/Makefile Fri Feb 14 11:06:57 2014 (r344190) +++ head/security/py-pow/Makefile Fri Feb 14 11:11:36 2014 (r344191) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Python OpenSSL Wrappers +OPTIONS_DEFINE= DOCS + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= POW @@ -18,7 +20,6 @@ USE_OPENSSL= yes PORTDOCS= POW.pdf -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py @@ -26,11 +27,9 @@ do-build: cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET} post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR} .endfor -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141111.s1EBBaXM094566>