svn commit: r334295 - head/german/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 19 10:12:00 UTC 2013


Author: sunpoet
Date: Tue Nov 19 10:12:00 2013
New Revision: 334295
URL: http://svnweb.freebsd.org/changeset/ports/334295

Log:
  - Add my LOCAL to MASTER_SITES
  - Add LICENSE
  - Sort USES

Modified:
  head/german/hunspell/Makefile

Modified: head/german/hunspell/Makefile
==============================================================================
--- head/german/hunspell/Makefile	Tue Nov 19 10:10:24 2013	(r334294)
+++ head/german/hunspell/Makefile	Tue Nov 19 10:12:00 2013	(r334295)
@@ -3,17 +3,21 @@
 PORTNAME=	hunspell
 PORTVERSION=	20120607
 CATEGORIES=	german textproc
-MASTER_SITES=	http://www.j3e.de/ispell/igerman98/dict/
+MASTER_SITES=	http://www.j3e.de/ispell/igerman98/dict/ \
+		LOCAL/sunpoet/${PORTNAME}
 DISTNAME=	igerman98-${PORTVERSION}
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	German hunspell dictionaries
 
-BUILD_DEPENDS=	buildhash:${PORTSDIR}/textproc/ispell \
-		hunspell:${PORTSDIR}/textproc/hunspell
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
-USES=		gmake shebangfix perl5
+BUILD_DEPENDS=	${LOCALBASE}/bin/buildhash:${PORTSDIR}/textproc/ispell \
+		${LOCALBASE}/bin/hunspell:${PORTSDIR}/textproc/hunspell
+
+USES=		gmake perl5 shebangfix
 USE_BZIP2=	yes
 ALL_TARGET=	hunspell-all
 USE_PERL5=	build


More information about the svn-ports-all mailing list