Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 15:35:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362070 - head/textproc/te-hunspell
Message-ID:  <201407161535.s6GFZYUQ047444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul 16 15:35:33 2014
New Revision: 362070
URL: http://svnweb.freebsd.org/changeset/ports/362070
QAT: https://qat.redports.org/buildarchive/r362070/

Log:
  - Add LICENSE
  - Use USES=tar:bzip2

Modified:
  head/textproc/te-hunspell/Makefile

Modified: head/textproc/te-hunspell/Makefile
==============================================================================
--- head/textproc/te-hunspell/Makefile	Wed Jul 16 15:34:12 2014	(r362069)
+++ head/textproc/te-hunspell/Makefile	Wed Jul 16 15:35:33 2014	(r362070)
@@ -12,10 +12,12 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Telugu hunspell dictionaries
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	prezip-bin:${PORTSDIR}/textproc/aspell \
 		wordlist2hunspell:${PORTSDIR}/textproc/hunspell
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 PLIST_FILES=	%%DATADIR%%/te_IN.aff \
 		%%DATADIR%%/te_IN.dic



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