- Strip libraries

This commit is contained in:
Dmitry Marakasov 2015-06-08 01:21:58 +00:00
parent 0e83dc900b
commit 409960df9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388818

View File

@ -3,6 +3,7 @@
PORTNAME= gmt
PORTVERSION= 4.5.13
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \
ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \
@ -85,6 +86,7 @@ GSHHG_DISTNAME= gshhg-gmt-2.3.0
.include <bsd.port.options.mk>
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
@${MKDIR} ${STAGEDIR}${DATADIR}/coast
(cd ${WRKDIR}/${GSHHG_DISTNAME} && ${INSTALL_DATA} README.TXT *.nc \
${STAGEDIR}${DATADIR}/coast)