mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
02de78a49b
commit
2a7334cd2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348957
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gdal
|
||||
PORTVERSION= 1.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/ \
|
||||
ftp://ftp.remotesensing.org/pub/gdal/ \
|
||||
@ -37,4 +38,7 @@ pre-configure:
|
||||
@${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt
|
||||
@${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user