svn commit: r355259 - head/graphics/p5-Geo-GDAL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 17:59:57 UTC 2014


Author: sunpoet
Date: Sun May 25 17:59:57 2014
New Revision: 355259
URL: http://svnweb.freebsd.org/changeset/ports/355259
QAT: https://qat.redports.org/buildarchive/r355259/

Log:
  - Use USE_PERL5=fixpacklist

Modified:
  head/graphics/p5-Geo-GDAL/Makefile

Modified: head/graphics/p5-Geo-GDAL/Makefile
==============================================================================
--- head/graphics/p5-Geo-GDAL/Makefile	Sun May 25 17:47:36 2014	(r355258)
+++ head/graphics/p5-Geo-GDAL/Makefile	Sun May 25 17:59:57 2014	(r355259)
@@ -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
 


More information about the svn-ports-all mailing list