diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:12:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:12:49 +0800 |
commit | c0d67124fd10a15a5a9e68e66c388905a0c6dd49 (patch) | |
tree | 17f464153eb14b59d624e5e06237271695e4c623 /graphics | |
parent | 7d5fbffb28f033e0f2c7c3894c6e55675271e9ad (diff) | |
download | freebsd-ports-gnome-c0d67124fd10a15a5a9e68e66c388905a0c6dd49.tar.gz freebsd-ports-gnome-c0d67124fd10a15a5a9e68e66c388905a0c6dd49.tar.zst freebsd-ports-gnome-c0d67124fd10a15a5a9e68e66c388905a0c6dd49.zip |
- Use WRKSRC_SUBDIR
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 8a1c55bcfe36..ad8ab26029e2 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -23,7 +23,7 @@ NUMPY_DESC= Enable array support via NumPy USE_PYTHON= autoplist concurrent distutils USES= python shebangfix tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python +WRKSRC_SUBDIR= swig/python SHEBANG_FILES= scripts/*.py |