Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 02:28:25 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424443 - head/devel/py-yaml
Message-ID:  <201610220228.u9M2SPpw092024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610220228.u9M2SPpw092024>