diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-24 20:30:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-24 20:30:28 +0800 |
commit | 92f00e635b37f7d017813734ff6e7b1fd8879590 (patch) | |
tree | 3549434de7ef3f5186c10d1382ea35d58b3861ea /graphics/gdal | |
parent | 0bab41917bbbfaeefa1d6dfa170afd8478358c13 (diff) | |
download | freebsd-ports-gnome-92f00e635b37f7d017813734ff6e7b1fd8879590.tar.gz freebsd-ports-gnome-92f00e635b37f7d017813734ff6e7b1fd8879590.tar.zst freebsd-ports-gnome-92f00e635b37f7d017813734ff6e7b1fd8879590.zip |
- Strip binary executable and shared library
- Bump PORTREVISION for package change
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> |