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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 16 20:11:16 UTC 2013


Author: sunpoet
Date: Sat Nov 16 20:11:15 2013
New Revision: 334029
URL: http://svnweb.freebsd.org/changeset/ports/334029

Log:
  - Support STAGEDIR

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

Modified: head/graphics/p5-Geo-GDAL/Makefile
==============================================================================
--- head/graphics/p5-Geo-GDAL/Makefile	Sat Nov 16 20:09:42 2013	(r334028)
+++ head/graphics/p5-Geo-GDAL/Makefile	Sat Nov 16 20:11:15 2013	(r334029)
@@ -20,7 +20,6 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 USES=		perl5
 WRKSRC=		${WRKDIR}/${DISTNAME}/swig/perl
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's| install| pure_install|' ${WRKSRC}/${MAKEFILE}
 	@${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp


More information about the svn-ports-all mailing list