diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-16 17:25:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-16 17:25:19 +0000 |
commit | 7ad92fbe6bb2f9866cd79e8fefd0c93f56fa01c9 (patch) | |
tree | 7435649fc4586e77cc4373a0e1dfaa4fe57ae77b /hebrew | |
parent | 85cb348bdb511dbf93abf1558be5b034621daaff (diff) |
- Use USES=gmake
- Cleanup Makefile header
Notes
Notes:
svn path=/head/; revision=327422
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/hunspell/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hebrew/hunspell/Makefile b/hebrew/hunspell/Makefile index 58cda12dbe4e..9f84d12c63a7 100644 --- a/hebrew/hunspell/Makefile +++ b/hebrew/hunspell/Makefile @@ -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 |