svn commit: r317930 - head/editors/tea

Alexey Dokuchaev danfe at FreeBSD.org
Sun May 12 04:55:53 UTC 2013


Author: danfe
Date: Sun May 12 04:55:53 2013
New Revision: 317930
URL: http://svnweb.freebsd.org/changeset/ports/317930

Log:
  - Utilize standard HUNSPELL_DESC from bsd.options.desc.mk (thus fix a typo)
  - Move OPTIONS block where it belongs (after other knobs) and kill stray
    empty line where at it

Modified:
  head/editors/tea/Makefile

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Sun May 12 04:52:39 2013	(r317929)
+++ head/editors/tea/Makefile	Sun May 12 04:55:53 2013	(r317930)
@@ -11,11 +11,6 @@ COMMENT=	Simple and powerful Qt4-based t
 
 LICENSE=	GPLv3
 
-OPTIONS_RADIO=	SPELL
-OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
-OPTIONS_DEFAULT=	ASPELL
-HUNSPELL_DESC=	Spell cheecking support via Hunspell
-
 USE_BZIP2=	yes
 USE_DOS2UNIX=	rvln.*
 USE_QT4=	gui moc_build qmake_build rcc_build
@@ -23,6 +18,9 @@ MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
+OPTIONS_RADIO=		SPELL
+OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
+OPTIONS_DEFAULT=	ASPELL
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list