1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Strip binary executable and shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-24 12:30:28 +00:00
parent 752d329d70
commit 2df7a892c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348954

View File

@ -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>