svn commit: r344191 - head/security/py-pow

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 14 11:11:37 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list