svn commit: r388729 - head/textproc/xmlwrapp

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 16:08:33 UTC 2015


Author: amdmi3
Date: Sun Jun  7 16:08:32 2015
New Revision: 388729
URL: https://svnweb.freebsd.org/changeset/ports/388729

Log:
  - Strip library

Modified:
  head/textproc/xmlwrapp/Makefile

Modified: head/textproc/xmlwrapp/Makefile
==============================================================================
--- head/textproc/xmlwrapp/Makefile	Sun Jun  7 16:06:24 2015	(r388728)
+++ head/textproc/xmlwrapp/Makefile	Sun Jun  7 16:08:32 2015	(r388729)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmlwrapp
 PORTVERSION=	0.7.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -27,6 +27,7 @@ USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system


More information about the svn-ports-all mailing list