- Use USES=gmake
- Cleanup Makefile header
This commit is contained in:
parent
85cb348bdb
commit
7ad92fbe6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327422
3 changed files with 5 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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 ispell
|
|||
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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue