Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 12:15:44 +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: r357301 - head/textproc/gdome2
Message-ID:  <201406101215.s5ACFimw072435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 10 12:15:44 2014
New Revision: 357301
URL: http://svnweb.freebsd.org/changeset/ports/357301
QAT: https://qat.redports.org/buildarchive/r357301/

Log:
  - Strip library

Modified:
  head/textproc/gdome2/Makefile

Modified: head/textproc/gdome2/Makefile
==============================================================================
--- head/textproc/gdome2/Makefile	Tue Jun 10 12:14:12 2014	(r357300)
+++ head/textproc/gdome2/Makefile	Tue Jun 10 12:15:44 2014	(r357301)
@@ -46,4 +46,7 @@ post-patch:
 		 s,<parserInternals\.h>,<libxml/parserInternals.h>,; \
 		 s,<entities\.h>,<libxml/entities.h>,'
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdome.so
+
 .include <bsd.port.mk>



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