diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:12:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:12:41 +0000 |
commit | 0274e3c5e34c3a57af6bbc622ffca9b4bc3ac22a (patch) | |
tree | a046022be09575d9107eee26fc2441c54e14adcf | |
parent | b02d6752b48c7669f2b41080f2fb989cd438bfe6 (diff) | |
download | freebsd-ports-0274e3c5e34c3a57af6bbc622ffca9b4bc3ac22a.zip |
- Use WRKSRC_SUBDIR
-rw-r--r-- | graphics/p5-Geo-GDAL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index a6ebf3b5e4ec..07a225928c63 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal USE_PERL5= build run USES= perl5 tar:xz -WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl + +WRKSRC_SUBDIR= swig/perl post-patch: @${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE} |