Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 00:02:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488493 - head/graphics/py-pyproj
Message-ID:  <201812270002.wBR02Z1a072521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gwdg.de>
  Approved by:	maintainer timeout (fmysh@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}



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