svn commit: r488493 - head/graphics/py-pyproj
Steve Wills
swills at FreeBSD.org
Thu Dec 27 00:02:36 UTC 2018
Author: swills
Date: Thu Dec 27 00:02:35 2018
New Revision: 488493
URL: https://svnweb.freebsd.org/changeset/ports/488493
Log:
graphics/py-pyproj: Fix python 3.6 flavor
PR: 234318
Submitted by: Rainer Hurling <rhurlin at gwdg.de>
Approved by: maintainer timeout (fmysh at iijmio-mail.jp, >2 weeks)
Modified:
head/graphics/py-pyproj/Makefile (contents, props changed)
Modified: head/graphics/py-pyproj/Makefile
==============================================================================
--- head/graphics/py-pyproj/Makefile Wed Dec 26 23:46:13 2018 (r488492)
+++ head/graphics/py-pyproj/Makefile Thu Dec 27 00:02:35 2018 (r488493)
@@ -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}
More information about the svn-ports-head
mailing list