aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
commit178592ab3637bd38a2921320ded2c7aada16c651 (patch)
tree9e0a5f2bf0bf9056a0f900431decc1e0f872c25a /graphics/gdal/Makefile
parentce08871d8a541cb702985fc10424d4c96de022df (diff)
downloadports-178592ab3637bd38a2921320ded2c7aada16c651.tar.gz
ports-178592ab3637bd38a2921320ded2c7aada16c651.zip
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=385787
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 3ac15ec1a268..3a1646a0f77b 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.11.2
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -144,7 +145,7 @@ post-patch:
@${RM} -fr ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
post-install:
- ${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
+ ${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme
${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/
-${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION}