diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 01:59:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 01:59:57 +0800 |
commit | 0baa97620288a2d2f3cd0a85dbf3b69d6eda237e (patch) | |
tree | 825364efbd8138039c8ed4462c9aff432b4fc9bd /graphics | |
parent | a685943d34938a2781c8809eeec3d7897d56fa4a (diff) | |
download | freebsd-ports-gnome-0baa97620288a2d2f3cd0a85dbf3b69d6eda237e.tar.gz freebsd-ports-gnome-0baa97620288a2d2f3cd0a85dbf3b69d6eda237e.tar.zst freebsd-ports-gnome-0baa97620288a2d2f3cd0a85dbf3b69d6eda237e.zip |
- Use USE_PERL5=fixpacklist
Diffstat (limited to 'graphics')
-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 |