svn commit: r387718 - head/chinese/scim-fcitx

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


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 at 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


More information about the svn-ports-all mailing list