diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 17:59:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 17:59:57 +0000 |
commit | 5f02d9da6ffb051652b4d3bd256c8b8b67eab604 (patch) | |
tree | 825364efbd8138039c8ed4462c9aff432b4fc9bd /graphics/p5-Geo-GDAL | |
parent | c369e4bce0de031d059c97764f2653c420bc63bd (diff) |
Notes
Diffstat (limited to 'graphics/p5-Geo-GDAL')
-rw-r--r-- | graphics/p5-Geo-GDAL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Geo-GDAL/Makefile b/graphics/p5-Geo-GDAL/Makefile index 0e333369d78b..9910dd7dff4b 100644 --- a/graphics/p5-Geo-GDAL/Makefile +++ b/graphics/p5-Geo-GDAL/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +USE_PERL5= build fixpacklist run USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/swig/perl @@ -25,7 +26,6 @@ post-patch: @${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp post-install: - ${SED} -i '' 's|^${STAGEDIR}||' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/.packlist ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/.packlist ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/*.so ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Geo/*/*.so |