aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-12-27 08:02:35 +0800
committerswills <swills@FreeBSD.org>2018-12-27 08:02:35 +0800
commit6070d91afab8585d8f41814fcd5642581f81293a (patch)
tree3693e12a776cdef268ae4bb566ed0fe465d0117e /graphics
parentecd723beaf78f8d4eb5150a5f6e130bec2ae6e74 (diff)
downloadfreebsd-ports-gnome-6070d91afab8585d8f41814fcd5642581f81293a.tar.gz
freebsd-ports-gnome-6070d91afab8585d8f41814fcd5642581f81293a.tar.zst
freebsd-ports-gnome-6070d91afab8585d8f41814fcd5642581f81293a.zip
graphics/py-pyproj: Fix python 3.6 flavor
PR: 234318 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: maintainer timeout (fmysh@iijmio-mail.jp, >2 weeks)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pyproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index bb6ab63debe5..6ed942ca1cdc 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -28,7 +28,7 @@ PORTEXAMPLES= datum_shift.py geodtest.py sample.out \
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_proj.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_proj.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}