From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 11:11:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 067EC99B; Fri, 14 Feb 2014 11:11:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E35A11B99; Fri, 14 Feb 2014 11:11:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EBBafX094567; Fri, 14 Feb 2014 11:11:36 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EBBaXM094566; Fri, 14 Feb 2014 11:11:36 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402141111.s1EBBaXM094566@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 14 Feb 2014 11:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344191 - head/security/py-pow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 11:11:37 -0000 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