svn commit: r388818 - head/graphics/gmt
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 8 01:21:59 UTC 2015
Author: amdmi3
Date: Mon Jun 8 01:21:58 2015
New Revision: 388818
URL: https://svnweb.freebsd.org/changeset/ports/388818
Log:
- Strip libraries
Modified:
head/graphics/gmt/Makefile
Modified: head/graphics/gmt/Makefile
==============================================================================
--- head/graphics/gmt/Makefile Mon Jun 8 01:21:43 2015 (r388817)
+++ head/graphics/gmt/Makefile Mon Jun 8 01:21:58 2015 (r388818)
@@ -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)
More information about the svn-ports-head
mailing list