Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 15:37:58 +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: r362072 - head/textproc/wa-hunspell
Message-ID:  <201407161537.s6GFbwDx047905@svn.freebsd.org>

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

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

Modified:
  head/textproc/wa-hunspell/Makefile

Modified: head/textproc/wa-hunspell/Makefile
==============================================================================
--- head/textproc/wa-hunspell/Makefile	Wed Jul 16 15:36:40 2014	(r362071)
+++ head/textproc/wa-hunspell/Makefile	Wed Jul 16 15:37:57 2014	(r362072)
@@ -12,10 +12,12 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Wallon hunspell dictionaries
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 
-USE_BZIP2=	yes
 ALL_TARGET=	myspell
+USES=		tar:bzip2
 
 PLIST_FILES=	%%DATADIR%%/wa.aff \
 		%%DATADIR%%/wa.dic



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