svn commit: r362072 - head/textproc/wa-hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 16 15:37:58 UTC 2014


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


More information about the svn-ports-all mailing list