svn commit: r388443 - head/textproc/scim-openvanilla

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 16:13:09 UTC 2015


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	\


More information about the svn-ports-all mailing list