diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-24 12:30:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-24 12:30:28 +0000 |
commit | 2df7a892c301e4979353bdf561a75013fa533956 (patch) | |
tree | 3549434de7ef3f5186c10d1382ea35d58b3861ea /graphics/gdal | |
parent | 752d329d7037c98f7cff407fc77f95fd1f794098 (diff) | |
download | ports-2df7a892c301e4979353bdf561a75013fa533956.tar.gz ports-2df7a892c301e4979353bdf561a75013fa533956.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 9dddc59963c3..41d9d04ba4b1 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -130,5 +130,6 @@ post-patch: post-install: ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ + -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.18 .include <bsd.port.mk> |