diff options
author | az <az@FreeBSD.org> | 2013-08-04 20:47:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 20:47:44 +0800 |
commit | 0346e357a8f73c143719b71055331d2a1f44626e (patch) | |
tree | 80de604840dbb4c239ca54079f279bd67a30b840 /ukrainian | |
parent | 72f161ac2be956eed5cd2555e50db7646137b358 (diff) | |
download | freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.tar.gz freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.tar.zst freebsd-ports-gnome-0346e357a8f73c143719b71055331d2a1f44626e.zip |
- Convert to new perl framework
Approved by: bapt@ (office@)
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/hunspell/Makefile | 4 | ||||
-rw-r--r-- | ukrainian/mythes/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile index 34c04f14f46d..7fa73eb0a5d2 100644 --- a/ukrainian/hunspell/Makefile +++ b/ukrainian/hunspell/Makefile @@ -14,10 +14,10 @@ COMMENT= Ukrainian hunspell dictionaries BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -USES= shebangfix +USES= shebangfix perl5 ALL_TARGET= myspell USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/uk_UA.aff \ diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile index 59bcb89bb5da..1edeb881b6df 100644 --- a/ukrainian/mythes/Makefile +++ b/ukrainian/mythes/Makefile @@ -20,7 +20,8 @@ COMMENT= Ukrainian thesaurus LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ %%DATADIR%%/th_uk_UA.idx |