Date: Mon, 16 Sep 2013 17:25:20 +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: r327422 - in head: hebrew/hunspell russian/rus-ispell ukrainian/hunspell Message-ID: <201309161725.r8GHPKvJ099600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> -# +# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 1.2 @@ -16,12 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161725.r8GHPKvJ099600>