svn commit: r502521 - head/chinese/cconv

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 10:00:28 UTC 2019


Author: tobik
Date: Sat May 25 10:00:22 2019
New Revision: 502521
URL: https://svnweb.freebsd.org/changeset/ports/502521

Log:
  chinese/cconv: Spell LICENSE_FILE correctly

Modified:
  head/chinese/cconv/Makefile

Modified: head/chinese/cconv/Makefile
==============================================================================
--- head/chinese/cconv/Makefile	Sat May 25 10:00:22 2019	(r502520)
+++ head/chinese/cconv/Makefile	Sat May 25 10:00:22 2019	(r502521)
@@ -10,7 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simplified-Traditional Chinese conversion tool
 
 LICENSE=	MIT
-LICNESE_FILE=	${WRKSRC}/License
+LICENSE_FILE=	${WRKSRC}/License
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list