diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
commit | 53ad8315b0a2ef773e5e5f74a380bab573e4d008 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /ukrainian | |
parent | c0af1ccd5f350208e51572a7122f075c545462ec (diff) |
Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
Notes
Notes:
svn path=/head/; revision=317605
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/hunspell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile index 6b99adceb82a..34c04f14f46d 100644 --- a/ukrainian/hunspell/Makefile +++ b/ukrainian/hunspell/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 1.6.5 @@ -19,9 +14,11 @@ COMMENT= Ukrainian hunspell dictionaries BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +USES= shebangfix ALL_TARGET= myspell USE_GMAKE= yes USE_PERL5_BUILD= yes +SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/uk_UA.aff \ %%DATADIR%%/uk_UA.dic |