Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 11:40:25 +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: r387718 - head/chinese/scim-fcitx
Message-ID:  <201505281140.t4SBeP8q070013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 11:40:24 2015
New Revision: 387718
URL: https://svnweb.freebsd.org/changeset/ports/387718

Log:
  - Strip library
  - Add LICENSE

Modified:
  head/chinese/scim-fcitx/Makefile

Modified: head/chinese/scim-fcitx/Makefile
==============================================================================
--- head/chinese/scim-fcitx/Makefile	Thu May 28 11:40:15 2015	(r387717)
+++ head/chinese/scim-fcitx/Makefile	Thu May 28 11:40:24 2015	(r387718)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim
 PORTVERSION=	3.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	chinese
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION}
 PKGNAMESUFFIX=	-fcitx
@@ -12,11 +12,15 @@ DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}.${
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SCIM IMEngine module for fcitx
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		tar:bzip2 gmake libtool:keepla pkgconfig
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
 
 WRKSRC=		${WRKDIR}/fcitx



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