svn commit: r401532 - head/graphics/py-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 13 19:12:50 UTC 2015


Author: sunpoet
Date: Fri Nov 13 19:12:49 2015
New Revision: 401532
URL: https://svnweb.freebsd.org/changeset/ports/401532

Log:
  - Use WRKSRC_SUBDIR

Modified:
  head/graphics/py-gdal/Makefile

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Fri Nov 13 19:12:45 2015	(r401531)
+++ head/graphics/py-gdal/Makefile	Fri Nov 13 19:12:49 2015	(r401532)
@@ -23,7 +23,7 @@ NUMPY_DESC=	Enable array support via Num
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python shebangfix tar:xz
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/swig/python
+WRKSRC_SUBDIR=	swig/python
 
 SHEBANG_FILES=	scripts/*.py
 


More information about the svn-ports-all mailing list