diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-17 01:25:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-17 01:25:19 +0800 |
commit | 2296168321980a3b7a983936cf671366afb6390f (patch) | |
tree | 7435649fc4586e77cc4373a0e1dfaa4fe57ae77b | |
parent | 935e35432bebf220d5dac17d4f3bdf2adf41350b (diff) | |
download | freebsd-ports-gnome-2296168321980a3b7a983936cf671366afb6390f.tar.gz freebsd-ports-gnome-2296168321980a3b7a983936cf671366afb6390f.tar.zst freebsd-ports-gnome-2296168321980a3b7a983936cf671366afb6390f.zip |
- Use USES=gmake
- Cleanup Makefile header
-rw-r--r-- | hebrew/hunspell/Makefile | 9 | ||||
-rw-r--r-- | russian/rus-ispell/Makefile | 8 | ||||
-rw-r--r-- | ukrainian/hunspell/Makefile | 3 |
3 files changed, 5 insertions, 15 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 diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile index e009855dd1b7..df37af36cf24 100644 --- a/russian/rus-ispell/Makefile +++ b/russian/rus-ispell/Makefile @@ -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 diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile index f0a431fa7f8f..d0c49ede70aa 100644 --- a/ukrainian/hunspell/Makefile +++ b/ukrainian/hunspell/Makefile @@ -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 \ |