Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 16:13:08 +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: r388443 - head/textproc/scim-openvanilla
Message-ID:  <201506031613.t53GD80d035684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  3 16:13:08 2015
New Revision: 388443
URL: https://svnweb.freebsd.org/changeset/ports/388443

Log:
  - Strip library

Modified:
  head/textproc/scim-openvanilla/Makefile

Modified: head/textproc/scim-openvanilla/Makefile
==============================================================================
--- head/textproc/scim-openvanilla/Makefile	Wed Jun  3 16:01:06 2015	(r388442)
+++ head/textproc/scim-openvanilla/Makefile	Wed Jun  3 16:13:08 2015	(r388443)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim-openvanilla
 PORTVERSION=	0.7.2.20070514
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	textproc
 MASTER_SITES=	LOCAL/rafan
 DISTNAME=	openvanilla-${PORTVERSION}
@@ -22,6 +22,7 @@ USES=		pkgconfig gettext iconv gmake lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	OV_MODULEDIR=${PREFIX}/lib/openvanilla/
 CPPFLAGS+=	-I${LOCALBASE}/include
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a	\
 		lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la	\



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