svn commit: r327422 - in head: hebrew/hunspell russian/rus-ispell ukrainian/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 16 17:25:21 UTC 2013


Author: sunpoet
Date: Mon Sep 16 17:25:19 2013
New Revision: 327422
URL: http://svnweb.freebsd.org/changeset/ports/327422

Log:
  - Use USES=gmake
  - Cleanup Makefile header

Modified:
  head/hebrew/hunspell/Makefile
  head/russian/rus-ispell/Makefile   (contents, props changed)
  head/ukrainian/hunspell/Makefile

Modified: head/hebrew/hunspell/Makefile
==============================================================================
--- head/hebrew/hunspell/Makefile	Mon Sep 16 17:23:39 2013	(r327421)
+++ head/hebrew/hunspell/Makefile	Mon Sep 16 17:25:19 2013	(r327422)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	hunspell
-# Date created:		2011-07-20
-# Whom:			Baptiste Daroussin <bapt at FreeBSD.org>
-#
+# Created by: Baptiste Daroussin <bapt at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	hunspell
 PORTVERSION=	1.2
@@ -16,12 +12,11 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Hebrew hunspell dictionaries
 
-USES=		iconv:build perl5
 ALL_TARGET=	hunspell
 CONFIGURE_ARGS=	--enable-fatverb
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_PERL5=	build
+USES=		gmake iconv:build perl5
 
 PLIST_FILES=	%%DATADIR%%/he.aff \
 		%%DATADIR%%/he.dic

Modified: head/russian/rus-ispell/Makefile
==============================================================================
--- head/russian/rus-ispell/Makefile	Mon Sep 16 17:23:39 2013	(r327421)
+++ head/russian/rus-ispell/Makefile	Mon Sep 16 17:25:19 2013	(r327422)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rus-ispell
-# Date created:				29.01.2001
-# Whom:					ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	rus-ispell
 PORTVERSION=	0.99g5
@@ -16,7 +12,7 @@ COMMENT=	New Russian dictionaries for is
 BUILD_DEPENDS=	buildhash:${PORTSDIR}/textproc/ispell
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
-USE_GMAKE=	yes
+USES=		gmake
 .if defined(RUS_ISPELL_WITH_YO_ONLY)
 MAKE_ARGS+=	YO=1
 .endif

Modified: head/ukrainian/hunspell/Makefile
==============================================================================
--- head/ukrainian/hunspell/Makefile	Mon Sep 16 17:23:39 2013	(r327421)
+++ head/ukrainian/hunspell/Makefile	Mon Sep 16 17:25:19 2013	(r327422)
@@ -12,10 +12,9 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Ukrainian hunspell dictionaries
 
-USES=		iconv:build shebangfix perl5
 ALL_TARGET=	myspell
-USE_GMAKE=	yes
 USE_PERL5=	build
+USES=		gmake iconv:build shebangfix perl5
 SHEBANG_FILES=	bin/*.pl
 
 PLIST_FILES=	%%DATADIR%%/uk_UA.aff \


More information about the svn-ports-all mailing list