svn commit: r342642 - head/security/py-paramiko

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 07:38:29 UTC 2014


Author: miwi
Date: Wed Feb  5 07:38:28 2014
New Revision: 342642
URL: http://svnweb.freebsd.org/changeset/ports/342642
QAT: https://qat.redports.org/buildarchive/r342642/

Log:
  - Stage support
  - Convert to PYDISTUTILS_AUTOPLIST

Deleted:
  head/security/py-paramiko/pkg-plist
Modified:
  head/security/py-paramiko/Makefile

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Wed Feb  5 07:37:34 2014	(r342641)
+++ head/security/py-paramiko/Makefile	Wed Feb  5 07:38:28 2014	(r342642)
@@ -16,17 +16,15 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycr
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
 
 regression-test: extract
 	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)


More information about the svn-ports-all mailing list