Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 16:08:32 +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: r388729 - head/textproc/xmlwrapp
Message-ID:  <201506071608.t57G8Wfa045941@svn.freebsd.org>

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



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