svn commit: r329145 - head/chinese/cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 3 06:42:42 UTC 2013


Author: sunpoet
Date: Thu Oct  3 06:42:41 2013
New Revision: 329145
URL: http://svnweb.freebsd.org/changeset/ports/329145

Log:
  - Add LICENSE

Modified:
  head/chinese/cconv/Makefile

Modified: head/chinese/cconv/Makefile
==============================================================================
--- head/chinese/cconv/Makefile	Thu Oct  3 06:42:21 2013	(r329144)
+++ head/chinese/cconv/Makefile	Thu Oct  3 06:42:41 2013	(r329145)
@@ -10,9 +10,11 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simplified-Traditional Chinese conversion tool
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
-USES=		iconv
 USE_LDCONFIG=	yes
+USES=		iconv
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in


More information about the svn-ports-head mailing list