Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2015 01:21:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388818 - head/graphics/gmt
Message-ID:  <201506080121.t581LxRa037603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506080121.t581LxRa037603>