svn commit: r424443 - head/devel/py-yaml

Josh Paetzel jpaetzel at FreeBSD.org
Sat Oct 22 02:28:27 UTC 2016


Author: jpaetzel
Date: Sat Oct 22 02:28:25 2016
New Revision: 424443
URL: https://svnweb.freebsd.org/changeset/ports/424443

Log:
  Update to allow installation with multiple versions of python
  
  PR:	213644
  Submitted by:	Michael Zhilin

Modified:
  head/devel/py-yaml/Makefile

Modified: head/devel/py-yaml/Makefile
==============================================================================
--- head/devel/py-yaml/Makefile	Sat Oct 22 00:46:28 2016	(r424442)
+++ head/devel/py-yaml/Makefile	Sat Oct 22 02:28:25 2016	(r424443)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yaml
 PORTVERSION=	3.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ LIBYAML_DESC=	Use textproc/libyaml for f
 USES?=		python
 USE_PYTHON=	distutils autoplist
 
-EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
+EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list