aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2016-10-22 10:28:25 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2016-10-22 10:28:25 +0800
commiteb5557aeebf46ff77e08884d1ca83ed19d042955 (patch)
treecd833575bcb8ec83efc3e067aef4a568f0eedbb2 /devel
parentc4c9dded62b49ca5c63ec82ae241142e53847f3b (diff)
downloadfreebsd-ports-gnome-eb5557aeebf46ff77e08884d1ca83ed19d042955.tar.gz
freebsd-ports-gnome-eb5557aeebf46ff77e08884d1ca83ed19d042955.tar.zst
freebsd-ports-gnome-eb5557aeebf46ff77e08884d1ca83ed19d042955.zip
Update to allow installation with multiple versions of python
PR: 213644 Submitted by: Michael Zhilin
Diffstat (limited to 'devel')
-rw-r--r--devel/py-yaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile
index 58f71b18d6f5..ad467e9eff7f 100644
--- a/devel/py-yaml/Makefile
+++ b/devel/py-yaml/Makefile
@@ -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 faster parsing
USES?= python
USE_PYTHON= distutils autoplist
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
+EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.pre.mk>