svn commit: r387719 - head/chinese/scim-array

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 11:40:31 UTC 2015


Author: amdmi3
Date: Thu May 28 11:40:30 2015
New Revision: 387719
URL: https://svnweb.freebsd.org/changeset/ports/387719

Log:
  - Strip library
  - Add LICENSE

Modified:
  head/chinese/scim-array/Makefile

Modified: head/chinese/scim-array/Makefile
==============================================================================
--- head/chinese/scim-array/Makefile	Thu May 28 11:40:24 2015	(r387718)
+++ head/chinese/scim-array/Makefile	Thu May 28 11:40:30 2015	(r387719)
@@ -3,18 +3,22 @@
 
 PORTNAME=	scim-array
 PORTVERSION=	1.0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	chinese
 MASTER_SITES=	http://of.openfoundry.org/download/scimarray/${PORTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Array 30 SCIM IMEngine module
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 
 GNU_CONFIGURE=	yes
 USES=		gettext gmake iconv libtool:keepla pkgconfig
+INSTALL_TARGET=	install-strip
 
 CFLAGS+=	-fPIC
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list