svn commit: r357301 - head/textproc/gdome2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 10 12:15:45 UTC 2014


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>


More information about the svn-ports-head mailing list